From da6135b983a530787ac61b8ff01a6aab54918fcb Mon Sep 17 00:00:00 2001 From: pontscho Date: Tue, 16 Apr 2002 17:41:29 +0000 Subject: fix playlist bug with gui and rewrite mousecursor show/hide code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5652 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_x11.c') diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 73b44f8ca8..c132f0cce2 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -359,7 +359,7 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t XSync( mDisplay,False ); vo_gc=XCreateGC( mDisplay,vo_window,0L,&xgcv ); - XSelectInput( mDisplay,vo_window,StructureNotifyMask | KeyPressMask | ButtonPressMask | ButtonReleaseMask); + XSelectInput( mDisplay,vo_window,StructureNotifyMask | KeyPressMask | ButtonPressMask | ButtonReleaseMask | PointerMotionMask); #ifdef HAVE_XF86VM if ( vm ) -- cgit v1.2.3