commit | 778fb15a010bdac0a3721193ff125fcec8e7312c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri May 08 15:59:34 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri May 08 16:05:23 2009 -0700 |
tree | 516ef670197815eee323c87aa36b1997fd27c8a8 | |
parent | 3a04bd324aa0d29d0adb9d3fbb9c60b7e1694a28 [diff] [blame] |
should fix the build.
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 @@ 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];