[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.186,1.187
Attila Kinali CVS
attila at mplayerhq.hu
Wed Jan 1 13:02:51 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv10686
Modified Files:
cfg-mplayer.h
Log Message:
X11 window aspect patch by Arnaud Boulan <boulan at iie.cnam.fr>
adds 2 options: -keepaspect (default) and -nokeepaspect
tested with icewm and enlightenment
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- cfg-mplayer.h 23 Dec 2002 00:33:05 -0000 1.186
+++ cfg-mplayer.h 1 Jan 2003 12:02:48 -0000 1.187
@@ -82,6 +82,7 @@
extern int WinID;
extern int ice_layer;
extern int stop_xscreensaver;
+extern int vo_x11_keepaspect;
#endif
#ifdef HAVE_AA
@@ -294,6 +295,8 @@
{"icelayer", &ice_layer, CONF_TYPE_INT, CONF_RANGE, 0, 15, NULL},
{"stop_xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nostop_xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+ {"keepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"nokeepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 1, 0, NULL},
#endif
#ifdef HAVE_XINERAMA
More information about the MPlayer-cvslog
mailing list