[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
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_png.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main help_mp-cz.h,1.5,1.6 help_mp-de.h,1.19,1.20 help_mp-dk.h,1.3,1.4 help_mp-en.h,1.20,1.21 help_mp-fr.h,1.9,1.10 help_mp-hu.h,1.23,1.24 help_mp-it.h,1.1,1.2 help_mp-nl.h,1.7,1.8 help_mp-no.h,1.3,1.4 help_mp-pl.h,1.19,1.20 help_mp-ru.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_png.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main help_mp-cz.h,1.5,1.6 help_mp-de.h,1.19,1.20 help_mp-dk.h,1.3,1.4 help_mp-en.h,1.20,1.21 help_mp-fr.h,1.9,1.10 help_mp-hu.h,1.23,1.24 help_mp-it.h,1.1,1.2 help_mp-nl.h,1.7,1.8 help_mp-no.h,1.3,1.4 help_mp-pl.h,1.19,1.20 help_mp-ru.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list