diff libvo/gl_common.c @ 21631:2d3fdf94a50c

Fix compilation under MinGW with X11 enabled
author reimar
date Sun, 17 Dec 2006 12:33:09 +0000
parents 2c1b7fe05973
children fcfcb09762df
line wrap: on
line diff
--- a/libvo/gl_common.c	Sun Dec 17 12:00:55 2006 +0000
+++ b/libvo/gl_common.c	Sun Dec 17 12:33:09 2006 +0000
@@ -1338,7 +1338,7 @@
   }
 
   // set new values
-  vo_window = win;
+  vo_w32_window = win;
   vo_hdc = windc;
   {
     RECT rect;