summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-01 12:22:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-01 12:22:12 +0000
commitea8ae01ee0206a6747b8a05c4668576ce6dc5c26 (patch)
treedb01b63e10f72464a45c6e0feb646ae9a646e6c3 /libvo
parent6d879f70c7ddb3431fc578fda020cfaaa8716e6c (diff)
downloadmpv-ea8ae01ee0206a6747b8a05c4668576ce6dc5c26.tar.bz2
mpv-ea8ae01ee0206a6747b8a05c4668576ce6dc5c26.tar.xz
Redraw display on toggling border
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25944 b3059339-0415-0410-9bf9-f77b7e298cf2
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: