[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.38,1.39

Arpi of Ize arpi at mplayer.dev.hu
Wed Jan 2 19:41:27 CET 2002


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

Modified Files:
	x11_common.c 
Log Message:
do not hide cursur if play at rootwin. based on patch by Tomas Konir <moje at molly.vabo.cz>

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- x11_common.c	28 Dec 2001 13:24:27 -0000	1.38
+++ x11_common.c	2 Jan 2002 18:41:25 -0000	1.39
@@ -50,6 +50,8 @@
 
 void vo_hidecursor ( Display *disp , Window win )
 {
+	if(WinID==0) return;	// do not hide, if we're playing at rootwin
+
 	Cursor no_ptr;
 	Pixmap bm_no;
 	XColor black,dummy;




More information about the MPlayer-cvslog mailing list