summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 8a8f9659c4..8c55b93ce8 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -1163,6 +1163,7 @@ int vo_x11_check_events(Display * mydisplay)
*/
void vo_x11_nofs_sizepos(int x, int y, int width, int height)
{
+ vo_x11_sizehint(x, y, width, height, 0);
if (vo_fs) {
vo_old_x = x;
vo_old_y = y;