summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-08 15:59:34 -0700
committerMathias Agopian <mathias@google.com>2009-05-08 16:05:23 -0700
commit778fb15a010bdac0a3721193ff125fcec8e7312c (patch)
tree516ef670197815eee323c87aa36b1997fd27c8a8 /opengl
parent3a04bd324aa0d29d0adb9d3fbb9c60b7e1694a28 (diff)
downloadframeworks_base-778fb15a010bdac0a3721193ff125fcec8e7312c.zip
frameworks_base-778fb15a010bdac0a3721193ff125fcec8e7312c.tar.gz
frameworks_base-778fb15a010bdac0a3721193ff125fcec8e7312c.tar.bz2
should fix the build.
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/gpu.cpp b/opengl/libs/EGL/gpu.cpp
index 3f9fd63..f9dc5f1 100644
--- a/opengl/libs/EGL/gpu.cpp
+++ b/opengl/libs/EGL/gpu.cpp
@@ -53,7 +53,7 @@ namespace android {
static Mutex gRegionsLock;
static request_gpu_t gRegions;
static sp<ISurfaceComposer> gSurfaceManager;
-ISurfaceComposer* GLES_localSurfaceManager = 0;
+GL_API ISurfaceComposer* GLES_localSurfaceManager = 0;
extern egl_connection_t gEGLImpl[2];