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

reimar subversion at mplayerhq.hu
Thu Sep 13 23:52:33 CEST 2012


Author: reimar
Date: Thu Sep 13 23:52:33 2012
New Revision: 35189

Log:
Remove duplicate redraw call, resize already calls it.

Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	Thu Sep 13 23:46:59 2012	(r35188)
+++ trunk/libvo/vo_gl.c	Thu Sep 13 23:52:33 2012	(r35189)
@@ -692,8 +692,8 @@ static int create_window(uint32_t d_widt
 #ifdef CONFIG_GL_OSX
 static void osx_redraw(void)
 {
+  // resize will call redraw to refresh the screen
   resize(vo_dwidth, vo_dheight);
-  redraw();
 }
 #endif
 


More information about the MPlayer-cvslog mailing list