comparison libvo/vo_gl.c @ 35095:dfa2e1b78664

Remove duplicate redraw call, resize already calls it.
author reimar
date Thu, 13 Sep 2012 21:52:33 +0000
parents 627492239a72
children 9abac64d7a11
comparison
equal deleted inserted replaced
35094:967b0f13715c 35095:dfa2e1b78664
690 } 690 }
691 691
692 #ifdef CONFIG_GL_OSX 692 #ifdef CONFIG_GL_OSX
693 static void osx_redraw(void) 693 static void osx_redraw(void)
694 { 694 {
695 // resize will call redraw to refresh the screen
695 resize(vo_dwidth, vo_dheight); 696 resize(vo_dwidth, vo_dheight);
696 redraw();
697 } 697 }
698 #endif 698 #endif
699 699
700 /* connect to server, create and map window, 700 /* connect to server, create and map window,
701 * allocate colors and (shared) memory 701 * allocate colors and (shared) memory