From 1a7a3f8b389b4febd41dd2d3f7c16fb033d98fe7 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 1 Nov 2004 20:24:37 +0000 Subject: fullscreen fixes and GUI support for vo_gl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13844 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/x11_common.h') diff --git a/libvo/x11_common.h b/libvo/x11_common.h index dd6265bb75..d5c27c8135 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -52,6 +52,7 @@ extern void vo_hidecursor ( Display* , Window ); 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); -- cgit v1.2.3