diff libvo/x11_common.h @ 384:b0e4e5744899

Autohide X11 cursor
author lgb
date Fri, 13 Apr 2001 00:54:05 +0000
parents 720c640332c8
children 9ff4d45e8cdf
line wrap: on
line diff
--- a/libvo/x11_common.h	Thu Apr 12 23:23:29 2001 +0000
+++ b/libvo/x11_common.h	Fri Apr 13 00:54:05 2001 +0000
@@ -9,6 +9,7 @@
 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