diff options
| author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 | 
| commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
| tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/PalmOS/Src/palmovl.cpp | |
| parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
| download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip  | |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/PalmOS/Src/palmovl.cpp')
| -rw-r--r-- | backends/PalmOS/Src/palmovl.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
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();  	}  | 
