diff 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
line wrap: on
line diff
--- a/libvo/x11_common.h	Sat Sep 03 15:52:07 2011 +0000
+++ b/libvo/x11_common.h	Mon Sep 05 11:48:36 2011 +0000
@@ -63,8 +63,6 @@
 
 int vo_init( void );
 void vo_uninit( void );
-void vo_hidecursor ( Display* , Window );
-void vo_showcursor( Display *disp, Window win );
 void vo_x11_decoration( Display * vo_Display,Window w,int d );
 void vo_x11_classhint( Display * display,Window window,const char *name );
 void vo_x11_nofs_sizepos(int x, int y, int width, int height);