diff libvo/vo_xv.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 d354889a3944
children 1ba1b0365ab7
line wrap: on
line diff
--- a/libvo/vo_xv.c	Tue Apr 16 17:29:04 2002 +0000
+++ b/libvo/vo_xv.c	Tue Apr 16 17:41:29 2002 +0000
@@ -417,7 +417,7 @@
    vo_x11_classhint( mDisplay,vo_window,"xv" );
    vo_hidecursor(mDisplay,vo_window);
 
-   XSelectInput(mDisplay, vo_window, StructureNotifyMask | KeyPressMask 
+   XSelectInput(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PointerMotionMask
 #ifdef HAVE_NEW_INPUT
 		| ButtonPressMask | ButtonReleaseMask
 #endif