[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.65,1.66

Zoltan Ponekker pontscho at mplayerhq.hu
Wed Apr 17 20:35:27 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv9627/libvo

Modified Files:
	x11_common.c 
Log Message:
fix mouse cursor hide/show

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- x11_common.c	17 Apr 2002 12:26:05 -0000	1.65
+++ x11_common.c	17 Apr 2002 18:35:19 -0000	1.66
@@ -435,6 +435,7 @@
 int vo_x11_uninit(Display *display, Window window)
 {
     XSetErrorHandler(NULL);
+    vo_showcursor( display,window );
 
 #ifdef HAVE_NEW_GUI
     /* destroy window only if it's not controlled by GUI */




More information about the MPlayer-cvslog mailing list