[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.39,1.40
Arpi of Ize
arpi at mplayer.dev.hu
Wed Jan 2 20:14:08 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv17985
Modified Files:
x11_common.c
Log Message:
10l
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- x11_common.c 2 Jan 2002 18:41:25 -0000 1.39
+++ x11_common.c 2 Jan 2002 19:14:05 -0000 1.40
@@ -50,13 +50,13 @@
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;
Colormap colormap;
static unsigned char bm_no_data[] = { 0,0,0,0, 0,0,0,0 };
+
+ if(WinID==0) return; // do not hide, if we're playing at rootwin
colormap = DefaultColormap(disp,DefaultScreen(disp));
XAllocNamedColor(disp,colormap,"black",&black,&dummy);
More information about the MPlayer-cvslog
mailing list