summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-13 00:19:22 -0700
committerMathias Agopian <mathias@google.com>2009-05-13 00:19:22 -0700
commiteccc8cfb2fc83e7f924016ef31e3a4a12e347e99 (patch)
tree9c2c5bb98e9482ae98444a864b9290a25fcfa7a4
parentd373c6348a91595dd4c0b83ad256dbf30870fa5d (diff)
downloadframeworks_native-eccc8cfb2fc83e7f924016ef31e3a4a12e347e99.zip
frameworks_native-eccc8cfb2fc83e7f924016ef31e3a4a12e347e99.tar.gz
frameworks_native-eccc8cfb2fc83e7f924016ef31e3a4a12e347e99.tar.bz2
should help fix the Simulator build.
-rw-r--r--opengl/libs/EGL/egl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 5ed3ecc..25e31ee 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -164,8 +164,8 @@ static pthread_key_t gEGLThreadLocalStorageKey = -1;
// ----------------------------------------------------------------------------
-gl_hooks_t gHooks[IMPL_NUM_IMPLEMENTATIONS];
-pthread_key_t gGLWrapperKey = -1;
+EGLAPI gl_hooks_t gHooks[IMPL_NUM_IMPLEMENTATIONS];
+EGLAPI pthread_key_t gGLWrapperKey = -1;
// ----------------------------------------------------------------------------