[MPlayer-cvslog] r25944 - trunk/libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Fri Feb 1 13:22:13 CET 2008


Author: reimar
Date: Fri Feb  1 13:22:12 2008
New Revision: 25944

Log:
Redraw display on toggling border


Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	(original)
+++ trunk/libvo/vo_gl.c	Fri Feb  1 13:22:12 2008
@@ -929,6 +929,7 @@ static int control(uint32_t request, voi
 #ifdef GL_WIN32
   case VOCTRL_BORDER:
     vo_w32_border();
+    resize(vo_dwidth, vo_dheight);
     return VO_TRUE;
 #endif
   case VOCTRL_GET_PANSCAN:



More information about the MPlayer-cvslog mailing list