diff options
author | Johannes Schickel | 2014-02-11 11:07:37 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-11 11:10:49 +0100 |
commit | 006356848407065bbe26488cffe0b0a927fdbb9a (patch) | |
tree | d6396a2115a50dd9e247f6809bb1465c6904f65a /backends/platform/tizen | |
parent | 4d3eb4a45a143b33bb1ecd951058161bcb4eebe1 (diff) | |
download | scummvm-rg350-006356848407065bbe26488cffe0b0a927fdbb9a.tar.gz scummvm-rg350-006356848407065bbe26488cffe0b0a927fdbb9a.tar.bz2 scummvm-rg350-006356848407065bbe26488cffe0b0a927fdbb9a.zip |
OPENGL: Rename notifyContextChange to notifyContextCreate.
Diffstat (limited to 'backends/platform/tizen')
-rw-r--r-- | backends/platform/tizen/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/tizen/graphics.cpp b/backends/platform/tizen/graphics.cpp index 1892c2c246..af69844475 100644 --- a/backends/platform/tizen/graphics.cpp +++ b/backends/platform/tizen/graphics.cpp @@ -59,7 +59,7 @@ result TizenGraphicsManager::Construct() { // We default to RGB565 and RGBA5551 which is closest to the actual output // mode we setup. - notifyContextChange(Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0), Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0)); + notifyContextCreate(Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0), Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0)); // Tell our size. int x, y, width, height; |