summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 7bd85ed7e8..1d423385c5 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -796,6 +796,11 @@ static int control(uint32_t request, void *data, ...)
vo_x11_fullscreen();
#endif
return VO_TRUE;
+#ifdef GL_WIN32
+ case VOCTRL_BORDER:
+ vo_w32_border();
+ return VO_TRUE;
+#endif
case VOCTRL_GET_PANSCAN:
if (!use_aspect) return VO_NOTIMPL;
return VO_TRUE;