diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-03 20:57:13 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-03 20:57:13 +0000 |
commit | b6004b1b7c8710c477a62a06ec7c3535c5e5e2cd (patch) | |
tree | e5115e8ab0383b2a86c2d64af0c474174326f491 /libvo/x11_common.h | |
parent | 4bf6dad4cfc5de14ea0993ff5c7c3c6df251f17f (diff) | |
download | mpv-b6004b1b7c8710c477a62a06ec7c3535c5e5e2cd.tar.bz2 mpv-b6004b1b7c8710c477a62a06ec7c3535c5e5e2cd.tar.xz |
fix xmga fs, resize to movie size and mouse auto hide + dga
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5956 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 dac907dec8..dbb231faf7 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -22,6 +22,7 @@ extern int mLocalDisplay; extern int WinID; extern int vo_mouse_timer_const; +extern int vo_mouse_autohide; int vo_init( void ); int vo_hidecursor ( Display* , Window ); |