From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- backends/PalmOS/Src/palmovl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/PalmOS/Src/palmovl.cpp') diff --git a/backends/PalmOS/Src/palmovl.cpp b/backends/PalmOS/Src/palmovl.cpp index 80babec563..33cc93f041 100644 --- a/backends/PalmOS/Src/palmovl.cpp +++ b/backends/PalmOS/Src/palmovl.cpp @@ -35,7 +35,7 @@ void OSystem_PALMOS::showOverlay() { DmWrite(dst, offset, src, _screenWidth); offset += _screenWidth; src += _offScreenPitch; - } while (--h); + } while (--h); _overlayVisible = true; clearOverlay(); @@ -109,9 +109,9 @@ void OSystem_PALMOS::copyRectToOverlay(const byte *buf, int pitch, int x, int y, /* RectangleType mouse = {_mouseCurState.x, _mouseCurState.y, _mouseCurState.w, _mouseCurState.h}; RectangleType copy = {x, y, w, h}; RectangleType result; - + RctGetIntersection(&mouse, ©, &result); - + if (result.extent.x !=0 && result.extent.y !=0)*/ undraw_mouse(); } -- cgit v1.2.3