]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xcommon.h
Patch to enable/disable key and mouse handling at vout level:
[vlc] / modules / video_output / x11 / xcommon.h
index 240cb6387db824c66913da2d6d09b7a6a12262cf..aaf82427fe71518397e24695a539664537436571 100644 (file)
@@ -222,6 +222,9 @@ struct vout_sys_t
     x11_window_t        original_window;
     x11_window_t        fullscreen_window;
 
+    /* key and mouse event handling */
+    int                 i_vout_event;  /* 1(Fullsupport), 2(FullscreenOnly), 3(none) */
+
     /* X11 generic properties */
     bool          b_altfullscreen;          /* which fullscreen method */
 #ifdef HAVE_SYS_SHM_H