[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.175,1.176
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Mon Aug 9 01:22:06 CEST 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv10485/libvo
Modified Files:
x11_common.c
Log Message:
now use vo_rootwin var to check for -rootwin switch
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- x11_common.c 11 Jul 2004 22:27:17 -0000 1.175
+++ x11_common.c 8 Aug 2004 23:22:04 -0000 1.176
@@ -366,6 +366,9 @@
// Window mRootWin;
XWindowAttributes attribs;
char *dispName;
+
+ if (vo_rootwin)
+ WinID = 0; // use root win
if (vo_depthonscreen)
return 1; // already called
More information about the MPlayer-cvslog
mailing list