aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/os5_gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/os5_gfx.cpp')
-rw-r--r--backends/platform/PalmOS/Src/os5_gfx.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/PalmOS/Src/os5_gfx.cpp b/backends/platform/PalmOS/Src/os5_gfx.cpp
index 16ca267389..2d26419dff 100644
--- a/backends/platform/PalmOS/Src/os5_gfx.cpp
+++ b/backends/platform/PalmOS/Src/os5_gfx.cpp
@@ -40,7 +40,7 @@ WinHandle OSystem_PalmOS5::alloc_screen(Coord w, Coord h) {
UInt16 old = WinSetCoordinateSystem(kCoordinatesNative);
winH = WinCreateOffscreenWindow(w, h, nativeFormat, &e);
WinSetCoordinateSystem(old);
-
+
return winH;
}
@@ -162,9 +162,9 @@ void OSystem_PalmOS5::hotswap_gfx_mode(int mode) {
void OSystem_PalmOS5::unload_gfx_mode() {
if (!_gfxLoaded)
- return;
+ return;
_gfxLoaded = false;
-
+
// mouse data freed in quit()
free(_offScreenP);
@@ -172,7 +172,7 @@ void OSystem_PalmOS5::unload_gfx_mode() {
WinDeleteWindow(_workScreenH, false);
if (_overlayH)
WinDeleteWindow(_overlayH, false);
-
+
_workScreenH = NULL;
_overlayH = NULL;