aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_iphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/osys_iphone.h')
-rw-r--r--backends/platform/iphone/osys_iphone.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/iphone/osys_iphone.h b/backends/platform/iphone/osys_iphone.h
index 48daf05c53..e463296769 100644
--- a/backends/platform/iphone/osys_iphone.h
+++ b/backends/platform/iphone/osys_iphone.h
@@ -87,6 +87,7 @@ protected:
Common::Array<Common::Rect> _dirtyRects;
bool _landscapeMode;
+ bool _fullScreenIsDirty;
public:
@@ -153,6 +154,7 @@ protected:
inline void addDirtyRect(int16 x1, int16 y1, int16 w, int16 h);
template <bool landscapeMode> void internUpdateScreen();
void dirtyMouseCursor();
+ void dirtyFullScreen();
static void AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB);
static int timerHandler(int t);