comparison cfg-mplayer.h @ 4017:21a75ab24703

Xinerama patch number two by attila.
author atmos4
date Sun, 06 Jan 2002 21:07:20 +0000
parents 9926017e5efd
children 47bcafe1442e
comparison
equal deleted inserted replaced
4016:b47918337a66 4017:21a75ab24703
69 extern char * skinName; 69 extern char * skinName;
70 #endif 70 #endif
71 71
72 #ifdef HAVE_ODIVX_POSTPROCESS 72 #ifdef HAVE_ODIVX_POSTPROCESS
73 extern int use_old_pp; 73 extern int use_old_pp;
74 #endif
75
76 #ifdef HAVE_XINERAMA
77 extern int xinerama_screen;
74 #endif 78 #endif
75 79
76 /* from libvo/aspect.c */ 80 /* from libvo/aspect.c */
77 extern float monitor_aspect; 81 extern float monitor_aspect;
78 82
259 #ifdef HAVE_X11 263 #ifdef HAVE_X11
260 {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0}, 264 {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0},
261 {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0}, 265 {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0},
262 #endif 266 #endif
263 267
268 #ifdef HAVE_XINERAMA
269 {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32},
270 #endif
271
264 #define MAIN_CONF 272 #define MAIN_CONF
265 #include "cfg-common.h" 273 #include "cfg-common.h"
266 #undef MAIN_CONF 274 #undef MAIN_CONF
267 275
268 {"quiet", &quiet, CONF_TYPE_FLAG, 0, 0, 1}, 276 {"quiet", &quiet, CONF_TYPE_FLAG, 0, 0, 1},