aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/gltexture.h
diff options
context:
space:
mode:
authorChris Warren-Smith2013-06-25 21:08:55 +1000
committerChris Warren-Smith2013-07-03 07:04:11 +1000
commitbe399188c4ec25463c4a777a5e96fd69a4b0b1e3 (patch)
tree9ddd2345eb54db92ad8d35eaa47545431f7c0d40 /backends/graphics/opengl/gltexture.h
parent5f3ddae421c473fc7e1a02f9c068900c12147b2a (diff)
downloadscummvm-rg350-be399188c4ec25463c4a777a5e96fd69a4b0b1e3.tar.gz
scummvm-rg350-be399188c4ec25463c4a777a5e96fd69a4b0b1e3.tar.bz2
scummvm-rg350-be399188c4ec25463c4a777a5e96fd69a4b0b1e3.zip
TIZEN: bada port updated to tizen
Diffstat (limited to 'backends/graphics/opengl/gltexture.h')
-rw-r--r--backends/graphics/opengl/gltexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h
index 8ff9838ff7..6ef80923ae 100644
--- a/backends/graphics/opengl/gltexture.h
+++ b/backends/graphics/opengl/gltexture.h
@@ -44,9 +44,9 @@
#define ARRAYSIZE(x) ((int)(sizeof(x) / sizeof(x[0])))
#endif
-#if defined(BADA)
+#if defined(TIZEN)
#include <FGraphicsOpengl.h>
-using namespace Osp::Graphics::Opengl;
+using namespace Tizen::Graphics::Opengl;
#elif defined(USE_GLES)
#include <GLES/gl.h>
#elif defined(SDL_BACKEND)