summaryrefslogtreecommitdiffstats
path: root/video/out/gl_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_x11.c')
-rw-r--r--video/out/gl_x11.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/video/out/gl_x11.c b/video/out/gl_x11.c
index 7833a2bc41..d780df967e 100644
--- a/video/out/gl_x11.c
+++ b/video/out/gl_x11.c
@@ -307,11 +307,8 @@ void mpgl_set_backend_x11(MPGLContext *ctx)
ctx->config_window = config_window_x11;
ctx->releaseGlContext = releaseGlContext_x11;
ctx->swapGlBuffers = swapGlBuffers_x11;
- ctx->update_xinerama_info = vo_x11_update_screeninfo;
- ctx->border = vo_x11_border;
ctx->check_events = vo_x11_check_events;
- ctx->fullscreen = vo_x11_fullscreen;
- ctx->ontop = vo_x11_ontop;
ctx->vo_init = vo_x11_init;
ctx->vo_uninit = vo_x11_uninit;
+ ctx->vo_control = vo_x11_control;
}