projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2783f3b
)
egl: fix _eglGlobal initialization for Windows
author
Jonathan White
<jwhite@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:04 +0000
(16:30 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:04 +0000
(16:30 -0600)
src/egl/main/eglglobals.c
patch
|
blob
|
history
diff --git
a/src/egl/main/eglglobals.c
b/src/egl/main/eglglobals.c
index 5da59af91da4a4726b8f373b6a2b6a5bd0b99158..b770e55dbdf72d2eef6589d504a1c766c627dc84 100644
(file)
--- a/
src/egl/main/eglglobals.c
+++ b/
src/egl/main/eglglobals.c
@@
-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