diff libvo/x11_common.h @ 13843:3f28d2a56758

fullscreen fixes and GUI support for vo_gl
author reimar
date Mon, 01 Nov 2004 20:24:37 +0000
parents c8900eba2cc7
children 9d79600ff98d
line wrap: on
line diff
--- a/libvo/x11_common.h	Mon Nov 01 17:57:00 2004 +0000
+++ b/libvo/x11_common.h	Mon Nov 01 20:24:37 2004 +0000
@@ -52,6 +52,7 @@
 extern void vo_showcursor( Display *disp, Window win );
 extern void vo_x11_decoration( Display * vo_Display,Window w,int d );
 extern void vo_x11_classhint( Display * display,Window window,char *name );
+extern void vo_x11_nofs_sizepos(int x, int y, int width, int height);
 extern void vo_x11_sizehint( int x, int y, int width, int height, int max );
 extern int vo_x11_check_events(Display *mydisplay);
 extern void vo_x11_selectinput_witherr(Display *display, Window w, long event_mask);