summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-06 21:07:20 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-06 21:07:20 +0000
commiteb2c656b52c6cf903cb0f2e8d69aab7ea424f50b (patch)
treed97ce2816e6dc9cbc7687edbb4867c8711e14d0d /cfg-mplayer.h
parent280cb5acaf6b8d66519aa78cd9c6e69952dc3e6f (diff)
downloadmpv-eb2c656b52c6cf903cb0f2e8d69aab7ea424f50b.tar.bz2
mpv-eb2c656b52c6cf903cb0f2e8d69aab7ea424f50b.tar.xz
Xinerama patch number two by attila.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4018 b3059339-0415-0410-9bf9-f77b7e298cf2
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