summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-04-10 11:43:17 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-04-10 11:43:17 -0700
commit3dce8949db05607c555636900860de2690fa25e5 (patch)
tree2f9da14a283acc2b6eb75adaf4469410ad9254f2 /opengl/libs/EGL/egl.cpp
parent55f9c17777a25792fd8b453799aa31daf122c279 (diff)
parentc0fa6589522baa45a7230e347046901f3b4a8e07 (diff)
downloadframeworks_base-3dce8949db05607c555636900860de2690fa25e5.zip
frameworks_base-3dce8949db05607c555636900860de2690fa25e5.tar.gz
frameworks_base-3dce8949db05607c555636900860de2690fa25e5.tar.bz2
am c0fa6589: am cf2bd285: Merge "small cleanup. gEGLImpl should have been static" into kraken
Diffstat (limited to 'opengl/libs/EGL/egl.cpp')
-rw-r--r--opengl/libs/EGL/egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 89b3e1f..e6cf792 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -239,7 +239,7 @@ struct tls_t
// ----------------------------------------------------------------------------
-egl_connection_t gEGLImpl[IMPL_NUM_IMPLEMENTATIONS];
+static egl_connection_t gEGLImpl[IMPL_NUM_IMPLEMENTATIONS];
static egl_display_t gDisplay[NUM_DISPLAYS];
static pthread_mutex_t gThreadLocalStorageKeyMutex = PTHREAD_MUTEX_INITIALIZER;
static pthread_key_t gEGLThreadLocalStorageKey = -1;