changeset 25912:92db8b8c20d4

Redraw display on toggling border
author reimar
date Fri, 01 Feb 2008 12:22:12 +0000
parents 851db1ed62b4
children 21a1dc062bc5
files libvo/vo_gl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Thu Jan 31 00:07:28 2008 +0000
+++ b/libvo/vo_gl.c	Fri Feb 01 12:22:12 2008 +0000
@@ -929,6 +929,7 @@
 #ifdef GL_WIN32
   case VOCTRL_BORDER:
     vo_w32_border();
+    resize(vo_dwidth, vo_dheight);
     return VO_TRUE;
 #endif
   case VOCTRL_GET_PANSCAN: