[Mplayer-cvslog] CVS: main/Gui interface.c,1.12,1.13
Zoltan Ponekker
pontscho at mplayerhq.hu
Fri May 3 23:44:14 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.97,1.98 vo_xmga.c,1.60,1.61 vo_xv.c,1.78,1.79 x11_common.c,1.69,1.70 x11_common.h,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main mp_msg-mencoder.c,NONE,1.1 Makefile,1.183,1.184
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv15071/Gui
Modified Files:
interface.c
Log Message:
fix video vindov background
Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- interface.c 3 May 2002 20:57:12 -0000 1.12
+++ interface.c 3 May 2002 21:44:11 -0000 1.13
@@ -94,6 +94,7 @@
break;
case guiReDrawSubWindow:
wsPostRedisplay( &appMPlayer.subWindow );
+ if ( guiIntfStruct.Playing == 1 ) wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );
break;
case guiSetShVideo:
{
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.97,1.98 vo_xmga.c,1.60,1.61 vo_xv.c,1.78,1.79 x11_common.c,1.69,1.70 x11_common.h,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main mp_msg-mencoder.c,NONE,1.1 Makefile,1.183,1.184
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list