summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-13 00:20:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-05-13 00:20:49 -0700
commitfe0d7d79fb2e89f6a66bc0c2055d2111237d7742 (patch)
treef630dcbf9ead63e2b836e9cb3ffee2a0a4837390
parent51a827c86eca8892cb6038d12afd73644ce3713a (diff)
parenteccc8cfb2fc83e7f924016ef31e3a4a12e347e99 (diff)
downloadframeworks_native-fe0d7d79fb2e89f6a66bc0c2055d2111237d7742.zip
frameworks_native-fe0d7d79fb2e89f6a66bc0c2055d2111237d7742.tar.gz
frameworks_native-fe0d7d79fb2e89f6a66bc0c2055d2111237d7742.tar.bz2
Merge change 1528 into donut
* changes: 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;
// ----------------------------------------------------------------------------