From a594c4f593d349e7067050726c6567f0e8c04ef9 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 4 Nov 2004 18:31:55 +0000 Subject: more fullscreen fixes and gl2 uses setGlWindow. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13872 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libvo/x11_common.c') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index fd97843f39..cd7fdf8255 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -1145,7 +1145,11 @@ void vo_x11_nofs_sizepos(int x, int y, int width, int height) vo_old_height = height; } else + { + vo_dwidth = width; + vo_dheight = height; XMoveResizeWindow(mDisplay, vo_window, x, y, width, height); + } } void vo_x11_sizehint(int x, int y, int width, int height, int max) -- cgit v1.2.3