summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-21 20:33:51 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-21 20:33:51 +0000
commit9e7ca454b40523f4af114673eb21064c1336f3c4 (patch)
treeda97fddada23a23ea22c7b9d6c10f94c66343755 /libvo/x11_common.c
parent87b4d8af6829775845a2c25cff6efc5ec80a882c (diff)
downloadmpv-9e7ca454b40523f4af114673eb21064c1336f3c4.tar.bz2
mpv-9e7ca454b40523f4af114673eb21064c1336f3c4.tar.xz
added -wid support for vo_directx.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14208 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 4d2f4f445b..ebbbe11d7d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -75,7 +75,7 @@ int mScreen;
int mLocalDisplay;
/* output window id */
-int WinID = -1;
+extern int WinID;
int vo_mouse_autohide = 0;
int vo_wm_type = 0;
int vo_fs_type = 0; // needs to be accessible for GUI X11 code