aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/zodiac_gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/zodiac_gfx.cpp')
-rw-r--r--backends/platform/PalmOS/Src/zodiac_gfx.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/backends/platform/PalmOS/Src/zodiac_gfx.cpp b/backends/platform/PalmOS/Src/zodiac_gfx.cpp
index 0c70aa9fe4..e7f7adb773 100644
--- a/backends/platform/PalmOS/Src/zodiac_gfx.cpp
+++ b/backends/platform/PalmOS/Src/zodiac_gfx.cpp
@@ -175,7 +175,7 @@ void OSystem_PalmZodiac::unload_gfx_mode() {
Err e;
if (!_gfxLoaded)
- return;
+ return;
_gfxLoaded = false;
if (_tmpScreenP) {
@@ -186,7 +186,7 @@ void OSystem_PalmZodiac::unload_gfx_mode() {
e = TwGfxFreeSurface(_overlayP);
e = TwGfxClose(_gfxH);
- UInt32 depth = 8;
+ UInt32 depth = 8;
WinScreenMode(winScreenModeSet, NULL, NULL, &depth, NULL);
clearScreen();
@@ -246,11 +246,11 @@ void OSystem_PalmZodiac::updateScreen() {
}
e = TwGfxDrawBitmap(_tmpScreenP, &pos, &_srcBmp);
e = TwGfxWaitForVBlank(_gfxH);
- e = TwGfxStretchBlt2(_palmScreenP, &dst, _tmpScreenP, &_srcRect, twGfxStretchFast| (gVars->filter ? twGfxStretchSmooth : 0));
-
+ e = TwGfxStretchBlt2(_palmScreenP, &dst, _tmpScreenP, &_srcRect, twGfxStretchFast| (gVars->filter ? twGfxStretchSmooth : 0));
+
} else {
TwGfxPointType pos = {_srcPos.x, _srcPos.y};
-
+
if (_new_shake_pos != _current_shake_pos) {
if (_new_shake_pos != 0) {
TwGfxRectType r = { _screenOffset.x, _screenOffset.y, _screenWidth, _new_shake_pos };
@@ -263,7 +263,7 @@ void OSystem_PalmZodiac::updateScreen() {
e = TwGfxDrawBitmap(_palmScreenP, &pos, &_srcBmp);
}
}
-
+
// undraw the mouse
undraw_mouse();
}