diff libvo/vo_gl.c @ 18949:51aeef9ada52

Improve windows gui support
author reimar
date Sat, 08 Jul 2006 15:00:37 +0000
parents 4f6312855a7d
children 3aaed991e8cd
line wrap: on
line diff
--- a/libvo/vo_gl.c	Sat Jul 08 14:57:25 2006 +0000
+++ b/libvo/vo_gl.c	Sat Jul 08 15:00:37 2006 +0000
@@ -334,7 +334,9 @@
     vo_dwidth = d_width;
     vo_dheight= d_height;
     guiGetEvent(guiSetShVideo, 0);
+#ifndef GL_WIN32
     goto glconfig;
+#endif
   }
 #endif
 #ifdef GL_WIN32