aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/openglsdl
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-11 11:07:37 +0100
committerJohannes Schickel2014-02-11 11:10:49 +0100
commit006356848407065bbe26488cffe0b0a927fdbb9a (patch)
treed6396a2115a50dd9e247f6809bb1465c6904f65a /backends/graphics/openglsdl
parent4d3eb4a45a143b33bb1ecd951058161bcb4eebe1 (diff)
downloadscummvm-rg350-006356848407065bbe26488cffe0b0a927fdbb9a.tar.gz
scummvm-rg350-006356848407065bbe26488cffe0b0a927fdbb9a.tar.bz2
scummvm-rg350-006356848407065bbe26488cffe0b0a927fdbb9a.zip
OPENGL: Rename notifyContextChange to notifyContextCreate.
Diffstat (limited to 'backends/graphics/openglsdl')
-rw-r--r--backends/graphics/openglsdl/openglsdl-graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.cpp b/backends/graphics/openglsdl/openglsdl-graphics.cpp
index 70190b4c63..6df67d0c1d 100644
--- a/backends/graphics/openglsdl/openglsdl-graphics.cpp
+++ b/backends/graphics/openglsdl/openglsdl-graphics.cpp
@@ -328,7 +328,7 @@ bool OpenGLSdlGraphicsManager::setupMode(uint width, uint height) {
if (_hwScreen) {
const Graphics::PixelFormat rgba8888 = Graphics::PixelFormat(4, 8, 8, 8, 8, 24, 16, 8, 0);
- notifyContextChange(rgba8888, rgba8888);
+ notifyContextCreate(rgba8888, rgba8888);
setActualScreenSize(_hwScreen->w, _hwScreen->h);
}