[MPlayer-cvslog] CVS: main/Gui app.c,1.23,1.24 app.h,1.18,1.19
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Jan 25 13:44:40 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv2433/Gui
Modified Files:
app.c app.h
Log Message:
Add half size entry to the GMPlayer menu.
patch by Pierre Marc Dumuid <pierre dot dumuid at adelaide dot edu dot au>
approved by Pontscho
Index: app.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- app.c 20 Mar 2003 12:41:32 -0000 1.23
+++ app.c 25 Jan 2005 12:44:37 -0000 1.24
@@ -50,6 +50,7 @@
{ evDecAudioBufDelay, "evDecAudioBufDelay" },
{ evPlaySwitchToPause, "evPlaySwitchToPause" },
{ evPauseSwitchToPlay, "evPauseSwitchToPlay" },
+ { evNormalSize, "evHalfSize" },
{ evNormalSize, "evNormalSize" },
{ evDoubleSize, "evDoubleSize" },
{ evSetMoviePosition, "evSetMoviePosition" },
Index: app.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- app.h 20 Mar 2003 12:41:32 -0000 1.18
+++ app.h 25 Jan 2005 12:44:37 -0000 1.19
@@ -32,6 +32,7 @@
#define evBackward10min 22
#define evForward10min 23
+#define evHalfSize 301
#define evNormalSize 24
#define evDoubleSize 25
#define evFullScreen 26
More information about the MPlayer-cvslog
mailing list