summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 67a666ce80..f61239eaec 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -929,6 +929,7 @@ static int control(uint32_t request, void *data, ...)
#ifdef GL_WIN32
case VOCTRL_BORDER:
vo_w32_border();
+ resize(vo_dwidth, vo_dheight);
return VO_TRUE;
#endif
case VOCTRL_GET_PANSCAN: