Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/cfg-mplayer.h Sun Jan 06 19:43:33 2002 +0000 +++ b/cfg-mplayer.h Sun Jan 06 21:07:20 2002 +0000 @@ -73,6 +73,10 @@ 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 @@ {"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