summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-04 18:31:55 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-04 18:31:55 +0000
commita594c4f593d349e7067050726c6567f0e8c04ef9 (patch)
tree7f43f000b84ea896c4f95c4c345b52f3ae6b726c /libvo/x11_common.c
parent2cb78b4cb89e14179fde02dc5aa209dc4eea1916 (diff)
downloadmpv-a594c4f593d349e7067050726c6567f0e8c04ef9.tar.bz2
mpv-a594c4f593d349e7067050726c6567f0e8c04ef9.tar.xz
more fullscreen fixes and gl2 uses setGlWindow.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13872 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c4
1 files changed, 4 insertions, 0 deletions
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)