summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-02 11:24:20 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-02 11:24:20 +0000
commit8864662b13e9f621209d7b92d763a0641b6907ef (patch)
tree2f062fe479b4339f24f8d4b6da659edd7a8d4258 /cfg-mplayer.h
parent39bb720ef8418d1c0db87b773f5467b16b395d96 (diff)
downloadmpv-8864662b13e9f621209d7b92d763a0641b6907ef.tar.bz2
mpv-8864662b13e9f621209d7b92d763a0641b6907ef.tar.xz
Make WinID a 64 bit integer, this should avoid issues with valid Window
handles on windows being interpreted as "no wid set". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28795 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 3cb810614f..ddd4fe841a 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -199,7 +199,7 @@ const m_option_t mplayer_opts[]={
{"adapter", &vo_adapter_num, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL},
{"refreshrate",&vo_refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
- {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},
+ {"wid", &WinID, CONF_TYPE_INT64, 0, 0, 0, NULL},
#ifdef CONFIG_X11
// x11,xv,xmga,xvidix
{"icelayer", "-icelayer has been removed. Use -fstype layer:<number> instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},