diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-25 21:52:47 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-25 21:52:47 +0000 |
commit | 51f5418bd80fb91a77561387b4471c5d80a50434 (patch) | |
tree | 84398651ca37944e9a7de1f33f2b86f0d251c7b8 /libvo/x11_common.h | |
parent | 0b903395b51e5c6471660138c794643fe90d0f9d (diff) | |
download | mpv-51f5418bd80fb91a77561387b4471c5d80a50434.tar.bz2 mpv-51f5418bd80fb91a77561387b4471c5d80a50434.tar.xz |
fix fullscreen (?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5836 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r-- | libvo/x11_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h index 0f7d7f9ef8..dac907dec8 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -28,7 +28,7 @@ int vo_hidecursor ( Display* , Window ); 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 |