[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.41,1.42

Zoltan Ponekker pontscho at mplayer.dev.hu
Thu Dec 13 01:25:10 CET 2001


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv22786/Gui/mplayer

Modified Files:
	play.c 
Log Message:
fs button bug fix

Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- play.c	18 Nov 2001 19:19:57 -0000	1.41
+++ play.c	13 Dec 2001 00:25:08 -0000	1.42
@@ -210,6 +210,7 @@
  btnModify( evSetVolume,mplShMem->Volume );
  btnModify( evSetBalance,mplShMem->Balance );
  btnModify( evSetMoviePosition,mplShMem->Position );
+ btnModify( evFullScreen,!appMPlayer.subWindow.isFullScreen );
 }
 
 void EventHandling( void )




More information about the MPlayer-cvslog mailing list