comparison libvo/x11_common.h @ 33966:5c6f715d8042

Make vo_hidecursor() and vo_showcursor() static. These functions are only used within the file.
author ib
date Mon, 05 Sep 2011 11:48:36 +0000
parents ab4b48ef5a68
children b48986b92913
comparison
equal deleted inserted replaced
33965:8a480da297e5 33966:5c6f715d8042
61 61
62 extern int stop_xscreensaver; 62 extern int stop_xscreensaver;
63 63
64 int vo_init( void ); 64 int vo_init( void );
65 void vo_uninit( void ); 65 void vo_uninit( void );
66 void vo_hidecursor ( Display* , Window );
67 void vo_showcursor( Display *disp, Window win );
68 void vo_x11_decoration( Display * vo_Display,Window w,int d ); 66 void vo_x11_decoration( Display * vo_Display,Window w,int d );
69 void vo_x11_classhint( Display * display,Window window,const char *name ); 67 void vo_x11_classhint( Display * display,Window window,const char *name );
70 void vo_x11_nofs_sizepos(int x, int y, int width, int height); 68 void vo_x11_nofs_sizepos(int x, int y, int width, int height);
71 void vo_x11_sizehint( int x, int y, int width, int height, int max ); 69 void vo_x11_sizehint( int x, int y, int width, int height, int max );
72 int vo_x11_check_events(Display *mydisplay); 70 int vo_x11_check_events(Display *mydisplay);