diff libvo/vo_xv.c @ 7111:b65b78640d49

removed old input code
author alex
date Wed, 28 Aug 2002 15:55:58 +0000
parents ad9a06fc40f8
children eca7dbad0166
line wrap: on
line diff
--- a/libvo/vo_xv.c	Wed Aug 28 14:17:06 2002 +0000
+++ b/libvo/vo_xv.c	Wed Aug 28 15:55:58 2002 +0000
@@ -397,9 +397,7 @@
 
         vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PropertyChangeMask |
 	((WinID==0) ? 0 : (PointerMotionMask
-#ifdef HAVE_NEW_INPUT
 		| ButtonPressMask | ButtonReleaseMask
-#endif
 	  )));
         XSetStandardProperties(mDisplay, vo_window, hello, hello, None, NULL, 0, &hint);
         XSetWMNormalHints( mDisplay,vo_window,&hint );