From ea8ae01ee0206a6747b8a05c4668576ce6dc5c26 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 1 Feb 2008 12:22:12 +0000 Subject: Redraw display on toggling border git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') 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: -- cgit v1.2.3