summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 18:06:16 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 18:06:16 +0000
commitfc52bafec0ee3772cafc9e19815476e92546fdc7 (patch)
tree9983b7b6d6aca12d84d5bf53046d74aa7d1185ef /cfg-mplayer.h
parent205fd981f3b8e583f430f771333311f9cad79014 (diff)
downloadmpv-fc52bafec0ee3772cafc9e19815476e92546fdc7.tar.bz2
mpv-fc52bafec0ee3772cafc9e19815476e92546fdc7.tar.xz
this patch adds the option -guiwid to gmplayer. I think its a more clean
approach than using just wid. Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9315 b3059339-0415-0410-9bf9-f77b7e298cf2
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 d70bcc40a0..f858308c2b 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -107,6 +107,7 @@ extern int rtspStreamOverTCP;
#ifdef HAVE_NEW_GUI
extern char * skinName;
extern int enqueue;
+extern int guiWinID;
#endif
#ifdef HAVE_ODIVX_POSTPROCESS
@@ -398,6 +399,7 @@ static config_t mplayer_opts[]={
{"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
{"enqueue", &enqueue, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noenqueue", &enqueue, CONF_TYPE_FLAG, 0, 0, 0, NULL},
+ {"guiwid", &guiWinID, CONF_TYPE_INT, 0, 0, 0, NULL},
#endif
{"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL},