summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostNaN <59353890+GhostNaN@users.noreply.github.com>2020-08-07 18:28:18 +0000
committerGitHub <noreply@github.com>2020-08-07 18:28:18 +0000
commit3e37f0eeacde8d3fe4efcc5b79272ec33c66aff8 (patch)
tree0a8d67dd8c2cb543b5d1d617218d9a0a47431f8c
parent7dfc09e08f3fda0699523d9f0d2d0868144b043f (diff)
Nevermind that made it worse
-rw-r--r--src/paper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/paper.c b/src/paper.c
index beaa333..48b7507 100644
--- a/src/paper.c
+++ b/src/paper.c
@@ -243,7 +243,6 @@ int paper_init(char* _monitor, char* video_path, int verbose, char* layer_name)
// Have mpv render onto egl context
mpv_render_param params[] = {
- {MPV_RENDER_PARAM_WL_DISPLAY, wl},
{MPV_RENDER_PARAM_API_TYPE, MPV_RENDER_API_TYPE_OPENGL},
{MPV_RENDER_PARAM_OPENGL_INIT_PARAMS, &(mpv_opengl_init_params){
.get_proc_address = get_proc_address_mpv,