[vlc-devel] commit: *Ahem* ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Apr 26 18:51:32 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 26 19:51:21 2009 +0300| [c90b95df9f822d1733f8e7dc3f27d1b3fc77279f] | committer: Rémi Denis-Courmont 

*Ahem*

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c90b95df9f822d1733f8e7dc3f27d1b3fc77279f
---

 modules/video_output/x11/xcommon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index 6e01072..ea973d8 100644
--- a/modules/video_output/x11/xcommon.c
+++ b/modules/video_output/x11/xcommon.c
@@ -1775,7 +1775,7 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
                         );
     if ( b_vout_event )
         XSelectInput( p_vout->p_sys->p_display, p_win->base_window,
-                      StructureNotifyMask /*| KeyPressMask*/ |
+                      StructureNotifyMask | KeyPressMask |
                       ButtonPressMask | ButtonReleaseMask |
                       PointerMotionMask );
 




More information about the vlc-devel mailing list