ALL: Avoid class names clashing with ScummVM classes
This commit is contained in:
parent
66add36769
commit
a8b53f8f21
40 changed files with 228 additions and 228 deletions
|
@ -119,7 +119,7 @@ void AndroidGraphicsManager::initSurface() {
|
|||
_screenChangeID = JNI::surface_changeid;
|
||||
|
||||
// Initialize OpenGLES context.
|
||||
OpenGLContext.initialize(OpenGL::kContextGLES2);
|
||||
OpenGLContext.initialize(OpenGL::kOGLContextGLES2);
|
||||
logExtensions();
|
||||
GLESTexture::initGL();
|
||||
|
||||
|
@ -159,7 +159,7 @@ void AndroidGraphicsManager::deinitSurface() {
|
|||
if (_mouse_texture)
|
||||
_mouse_texture->release();
|
||||
|
||||
OpenGL::Context::destroy();
|
||||
OpenGL::ContextGL::destroy();
|
||||
|
||||
JNI::deinitSurface();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue