comparison libvo/x11_common.h @ 384:b0e4e5744899

Autohide X11 cursor
author lgb
date Fri, 13 Apr 2001 00:54:05 +0000
parents 720c640332c8
children 9ff4d45e8cdf
comparison
equal deleted inserted replaced
383:086c66d570d8 384:b0e4e5744899
7 extern int vo_screenheight; 7 extern int vo_screenheight;
8 extern int vo_dwidth; 8 extern int vo_dwidth;
9 extern int vo_dheight; 9 extern int vo_dheight;
10 10
11 int vo_init( void ); 11 int vo_init( void );
12 int vo_hidecursor ( Display* , Window );
12 void vo_x11_decoration( Display * vo_Display,Window w,int d ); 13 void vo_x11_decoration( Display * vo_Display,Window w,int d );
13 int vo_x11_check_events(Display *mydisplay); 14 int vo_x11_check_events(Display *mydisplay);
14 #endif 15 #endif
15 16
16 void saver_off( Display * ); 17 void saver_off( Display * );