aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index f73131b317..11a24a5f57 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -103,7 +103,7 @@ private:
bool _force_redraw;
// Game layer
- GLESTexture *_game_texture;
+ GLESBaseTexture *_game_texture;
int _shake_offset;
Common::Rect _focus_rect;
@@ -112,7 +112,7 @@ private:
bool _show_overlay;
// Mouse layer
- GLESTexture *_mouse_texture;
+ GLESBaseTexture *_mouse_texture;
GLESPaletteTexture *_mouse_texture_palette;
GLES5551Texture *_mouse_texture_rgb;
Common::Point _mouse_hotspot;
@@ -151,7 +151,7 @@ private:
#ifdef USE_RGB_COLOR
Common::String getPixelFormatName(const Graphics::PixelFormat &format) const;
- void initTexture(GLESTexture **texture, uint width, uint height,
+ void initTexture(GLESBaseTexture **texture, uint width, uint height,
const Graphics::PixelFormat *format);
#endif