aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-20 00:35:14 +0100
committerJohannes Schickel2012-02-20 00:35:14 +0100
commit723a38c699d2bd7a8e8967e231ae4360d5a77f1b (patch)
treedfefcca1c6dbbeece7e2bb5c5196aa29d2e823e9 /backends/platform/iphone/osys_main.h
parent93d80793b459d6567fdd9717e02a3473e5f4fcec (diff)
downloadscummvm-rg350-723a38c699d2bd7a8e8967e231ae4360d5a77f1b.tar.gz
scummvm-rg350-723a38c699d2bd7a8e8967e231ae4360d5a77f1b.tar.bz2
scummvm-rg350-723a38c699d2bd7a8e8967e231ae4360d5a77f1b.zip
IPHONE: Rename screen related buffers a bit.
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
-rw-r--r--backends/platform/iphone/osys_main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h
index dad2e9f676..6a779a8fde 100644
--- a/backends/platform/iphone/osys_main.h
+++ b/backends/platform/iphone/osys_main.h
@@ -63,12 +63,12 @@ protected:
Audio::MixerImpl *_mixer;
Graphics::Surface _framebuffer;
- byte *_offscreen;
+ byte *_gameScreenRaw;
OverlayColor *_overlayBuffer;
uint16 _overlayHeight;
uint16 _overlayWidth;
- uint16 *_fullscreen;
+ uint16 *_gameScreenConverted;
// For use with the game texture
uint16 _gamePalette[256];