egl: fix _eglGlobal initialization for Windows
authorJonathan White <jwhite@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:04 +0000 (16:30 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:04 +0000 (16:30 -0600)
src/egl/main/eglglobals.c

index 5da59af91da4a4726b8f373b6a2b6a5bd0b99158..b770e55dbdf72d2eef6589d504a1c766c627dc84 100644 (file)
@@ -2,9 +2,10 @@
 #include <stdlib.h>
 #include "eglglobals.h"
 
-
-struct _egl_global _eglGlobal = { .Initialized = EGL_FALSE };
-
+struct _egl_global _eglGlobal = 
+{
+   EGL_FALSE
+};
 
 /**
  * Init the fields in the _eglGlobal struct