summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-13 00:54:05 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-13 00:54:05 +0000
commit8b84635c64500dc48ba1785710e0168bd4a1d51f (patch)
treed5385c263dd647dc4bd6f6cab538e1cf0534cdfd /libvo/x11_common.h
parent9daf9a82ba77041831bd87106201bb0ecb1ec9f6 (diff)
downloadmpv-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.h1
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