[MPlayer-cvslog] r27936 - trunk/libvo/vo_x11.c

reimar subversion at mplayerhq.hu
Sat Nov 15 23:49:49 CET 2008


Author: reimar
Date: Sat Nov 15 23:49:49 2008
New Revision: 27936

Log:
Remove a duplicated vo_x11_selectinput_witherr


Modified:
   trunk/libvo/vo_x11.c

Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c	(original)
+++ trunk/libvo/vo_x11.c	Sat Nov 15 23:49:49 2008
@@ -426,14 +426,6 @@ static int config(uint32_t width, uint32
         vo_gc = XCreateGC(mDisplay, vo_window, 0L, &xgcv);
         XSync(mDisplay, False);
 
-        vo_x11_selectinput_witherr(mDisplay, vo_window,
-                                   StructureNotifyMask | KeyPressMask |
-                                   PropertyChangeMask | ExposureMask |
-                                   ((WinID ==
-                                     0) ? 0 : (ButtonPressMask |
-                                               ButtonReleaseMask |
-                                               PointerMotionMask)));
-
 #ifdef CONFIG_XF86VM
         if (vm)
         {



More information about the MPlayer-cvslog mailing list