summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
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)