summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 64699e235c..8a0adadd74 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -73,6 +73,10 @@ extern char * skinName;
extern int use_old_pp;
#endif
+#ifdef HAVE_XINERAMA
+extern int xinerama_screen;
+#endif
+
/* from libvo/aspect.c */
extern float monitor_aspect;
@@ -261,6 +265,10 @@ struct config conf[]={
{"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0},
#endif
+#ifdef HAVE_XINERAMA
+ {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32},
+#endif
+
#define MAIN_CONF
#include "cfg-common.h"
#undef MAIN_CONF