X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fxcb%2Fxvideo.c;h=316635fde5c74fd2a0f172a8d9c8d2039ae29cbc;hb=3e046d808ca418068d40669844870fff6d505f74;hp=d2cb1cad6055b3adaabe43a4a88885570e558c1f;hpb=a15a7803b11ecc1420e262aebdeacbb635a5b46c;p=vlc diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c index d2cb1cad60..316635fde5 100644 --- a/modules/video_output/xcb/xvideo.c +++ b/modules/video_output/xcb/xvideo.c @@ -447,7 +447,7 @@ static int Open (vlc_object_t *obj) const uint32_t mask = /* XCB_CW_EVENT_MASK */ XCB_EVENT_MASK_BUTTON_PRESS | XCB_EVENT_MASK_BUTTON_RELEASE | - XCB_EVENT_MASK_POINTER_MOTION | XCB_EVENT_MASK_VISIBILITY_CHANGE; + XCB_EVENT_MASK_VISIBILITY_CHANGE; xcb_void_cookie_t c; xcb_window_t window = xcb_generate_id (conn);