diff libvo/vo_gl2.c @ 5651:b8d8d72776f2

fix playlist bug with gui and rewrite mousecursor show/hide code
author pontscho
date Tue, 16 Apr 2002 17:41:29 +0000
parents 32e1f5042f65
children 891cff8aba60
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Tue Apr 16 17:29:04 2002 +0000
+++ b/libvo/vo_gl2.c	Tue Apr 16 17:41:29 2002 +0000
@@ -712,7 +712,7 @@
 	XSync(mDisplay, False);
 
 	//XSelectInput(mDisplay, mywindow, StructureNotifyMask); // !!!!
-        XSelectInput(mDisplay, mywindow, StructureNotifyMask | KeyPressMask
+        XSelectInput(mDisplay, mywindow, StructureNotifyMask | KeyPressMask | PointerMotionMask
 #ifdef HAVE_NEW_INPUT
 		 | ButtonPressMask | ButtonReleaseMask
 #endif