commit | 94aa09680a530353448bc9052cec9c6b205db8b4 | [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 | 785ecebaee9a1f5905359d161e32dc80adb395ba | |
parent | f241d55c20819f3f5273f69ffc8aaed606435418 [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];