diff libvo/vo_gl2.c @ 27306:7a650839fc10

Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
author reimar
date Tue, 22 Jul 2008 18:46:07 +0000
parents aadfce1c25c8
children 5fe6a8adf569
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Tue Jul 22 18:40:01 2008 +0000
+++ b/libvo/vo_gl2.c	Tue Jul 22 18:46:07 2008 +0000
@@ -889,11 +889,9 @@
         initGl(vo_dwidth, vo_dheight);
       resize(&vo_dwidth, &vo_dheight);
       return VO_TRUE;
-#ifdef GL_WIN32
     case VOCTRL_BORDER:
-      vo_w32_border();
+      vo_border();
       return VO_TRUE;
-#endif
     case VOCTRL_GET_PANSCAN:
       return VO_TRUE;
     case VOCTRL_SET_PANSCAN: