aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authordhewg2011-04-02 13:30:38 +0200
committerdhewg2011-04-02 13:32:03 +0200
commitbceab2656bdff4aa99f99b047f6bbd18ad5f86fc (patch)
treebef7559aa3ee1804d4ba2a37be9876ec0ecf39ad /backends/platform/android/android.h
parent23ad90b781c15249dc9214c552654589b51f5147 (diff)
downloadscummvm-rg350-bceab2656bdff4aa99f99b047f6bbd18ad5f86fc.tar.gz
scummvm-rg350-bceab2656bdff4aa99f99b047f6bbd18ad5f86fc.tar.bz2
scummvm-rg350-bceab2656bdff4aa99f99b047f6bbd18ad5f86fc.zip
ANDROID: Attempt at working around some HTC fail
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index eb05dbd390..40dc0fe4fd 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -99,6 +99,7 @@ private:
int _screen_changeid;
int _egl_surface_width;
int _egl_surface_height;
+ bool _htc_fail;
bool _force_redraw;