summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 1d9ed03a00..0d851144b9 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -650,6 +650,7 @@ static uint32_t control(uint32_t request, void *data, ...)
vo_fs_oldheight = -1;
XSync(mDisplay, False);
}
+ return VO_TRUE;
}
return VO_NOTIMPL;
}