diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-28 13:24:27 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-28 13:24:27 +0000 |
commit | 68f8e34bfadf65eaf31c00ba562c614dd127e05a (patch) | |
tree | 74d0fbef0a3da1e1701954b9d7039c4e1154e835 /libvo/x11_common.h | |
parent | a1ec9d78946cd8a26b0ef54b66d773c1328b6efb (diff) | |
download | mpv-68f8e34bfadf65eaf31c00ba562c614dd127e05a.tar.bz2 mpv-68f8e34bfadf65eaf31c00ba562c614dd127e05a.tar.xz |
WinID cleanup, support for Xv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3831 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r-- | libvo/x11_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h index d20d2ffe92..d8266d9679 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -12,6 +12,7 @@ extern Display *mDisplay; extern Window mRootWin; extern int mScreen; extern int mLocalDisplay; +extern int WinID; int vo_init( void ); int vo_hidecursor ( Display* , Window ); |