diff options
author | lgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-13 00:54:05 +0000 |
---|---|---|
committer | lgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-13 00:54:05 +0000 |
commit | 8b84635c64500dc48ba1785710e0168bd4a1d51f (patch) | |
tree | d5385c263dd647dc4bd6f6cab538e1cf0534cdfd /libvo/x11_common.h | |
parent | 9daf9a82ba77041831bd87106201bb0ecb1ec9f6 (diff) | |
download | mpv-8b84635c64500dc48ba1785710e0168bd4a1d51f.tar.bz2 mpv-8b84635c64500dc48ba1785710e0168bd4a1d51f.tar.xz |
Autohide X11 cursor
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@385 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 8ef96f6b24..496f9162a9 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -9,6 +9,7 @@ extern int vo_dwidth; extern int vo_dheight; int vo_init( void ); +int vo_hidecursor ( Display* , Window ); void vo_x11_decoration( Display * vo_Display,Window w,int d ); int vo_x11_check_events(Display *mydisplay); #endif |