diff options
| author | Mathias Agopian <mathias@google.com> | 2009-05-08 15:59:34 -0700 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2009-05-08 16:05:23 -0700 |
| commit | 778fb15a010bdac0a3721193ff125fcec8e7312c (patch) | |
| tree | 516ef670197815eee323c87aa36b1997fd27c8a8 | |
| parent | 3a04bd324aa0d29d0adb9d3fbb9c60b7e1694a28 (diff) | |
| download | frameworks_base-778fb15a010bdac0a3721193ff125fcec8e7312c.zip frameworks_base-778fb15a010bdac0a3721193ff125fcec8e7312c.tar.gz frameworks_base-778fb15a010bdac0a3721193ff125fcec8e7312c.tar.bz2 | |
should fix the build.
| -rw-r--r-- | opengl/libs/EGL/gpu.cpp | 2 |
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]; |
