diff libvo/x11_common.h @ 5835:104fce2b92b6

fix fullscreen (?)
author pontscho
date Thu, 25 Apr 2002 21:52:47 +0000
parents b8d8d72776f2
children caac20b1ca79
line wrap: on
line diff
--- a/libvo/x11_common.h	Thu Apr 25 20:59:12 2002 +0000
+++ b/libvo/x11_common.h	Thu Apr 25 21:52:47 2002 +0000
@@ -28,7 +28,7 @@
 extern 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,char *name );
-void vo_x11_sizehint( int x, int y, int width, int height );
+void vo_x11_sizehint( int x, int y, int width, int height, int max );
 int vo_x11_check_events(Display *mydisplay);
 void vo_x11_fullscreen( void );
 #endif