summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index ed76bdeb69..b2ba4b76cf 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -58,6 +58,7 @@ extern int ao_pcm_waveheader;
#ifdef HAVE_X11
extern char *mDisplayName;
+extern int WinID;
#endif
#ifdef HAVE_AA
@@ -247,6 +248,7 @@ struct config conf[]={
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1},
{"slave", &slave_mode, CONF_TYPE_FLAG, 0, 0, 1},
+ {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0},
#define MAIN_CONF