aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index bee1767d45..d202503a09 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -205,9 +205,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
//XSelectInput(mDisplay, vo_window, StructureNotifyMask); // !!!!
vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PointerMotionMask
-#ifdef HAVE_NEW_INPUT
| ButtonPressMask | ButtonReleaseMask
-#endif
);
// printf("Window setup ok\n");