From: Jonathan White Date: Mon, 4 Aug 2008 22:30:04 +0000 (-0600) Subject: egl: fix _eglGlobal initialization for Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=655ca5afad5f5d79f0ad60b5aa7fcafd35e97b62;p=mesa.git egl: fix _eglGlobal initialization for Windows --- diff --git a/src/egl/main/eglglobals.c b/src/egl/main/eglglobals.c index 5da59af91da..b770e55dbdf 100644 --- a/src/egl/main/eglglobals.c +++ b/src/egl/main/eglglobals.c @@ -2,9 +2,10 @@ #include #include "eglglobals.h" - -struct _egl_global _eglGlobal = { .Initialized = EGL_FALSE }; - +struct _egl_global _eglGlobal = +{ + EGL_FALSE +}; /** * Init the fields in the _eglGlobal struct