[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.223,1.224
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Thu Jul 29 16:58:14 CEST 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5773
Modified Files:
cfg-mplayer.h
Log Message:
add var vo_rootwin and -rootwin switch for mac osx
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- cfg-mplayer.h 23 Jul 2004 13:00:16 -0000 1.223
+++ cfg-mplayer.h 29 Jul 2004 14:58:11 -0000 1.224
@@ -84,10 +84,11 @@
extern int stop_xscreensaver;
extern char **vo_fstype_list;
extern int vo_nomouse_input;
+extern int WinID;
#endif
-#if defined(HAVE_X11) || defined(MACOSX)
-extern int WinID;
+#ifdef MACOSX
+extern int vo_rootwin;
#endif
#ifdef HAVE_AA
@@ -301,10 +302,11 @@
{"stop_xscreensaver", "Use -stop-xscreensaver instead, options with _ have been obsoleted.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
{"fstype", &vo_fstype_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
{"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL},
+ {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0, NULL},
#endif
-#if defined(HAVE_X11) || defined(MACOSX)
- {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0, NULL},
+#ifdef MACOSX
+ {"rootwin", &vo_rootwin, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
#ifdef HAVE_XINERAMA
More information about the MPlayer-cvslog
mailing list