From eb2c656b52c6cf903cb0f2e8d69aab7ea424f50b Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 6 Jan 2002 21:07:20 +0000 Subject: Xinerama patch number two by attila. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4018 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cfg-mplayer.h') 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 -- cgit v1.2.3