From bc8a755c67b733d974afc05af1dabec21c862e3b Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 17 Sep 2006 09:59:31 +0000 Subject: Fixed back mouse in GUI adding cursor palette support Fixed cursor redraw in GUI Fixed cursor glitches problem in BS because of too small buffer Cleanup svn-id: r23908 --- backends/platform/PalmOS/Src/be_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/platform/PalmOS/Src/be_base.h') diff --git a/backends/platform/PalmOS/Src/be_base.h b/backends/platform/PalmOS/Src/be_base.h index bfbe8e9b23..87f9b2ded0 100644 --- a/backends/platform/PalmOS/Src/be_base.h +++ b/backends/platform/PalmOS/Src/be_base.h @@ -102,8 +102,8 @@ protected: kKeyAny = 1 << 31 }; enum { - MAX_MOUSE_W = 40, - MAX_MOUSE_H = 40 + MAX_MOUSE_W = 48, + MAX_MOUSE_H = 48 }; struct MousePos { int16 x,y,w,h; @@ -151,7 +151,7 @@ protected: int16 _mouseHotspotY; byte _mouseKeyColor; byte *_mouseDataP, *_mouseBackupP; - WinHandle _mouseDataH, _mouseBackupH; + eventsEnum _lastEvent; WChar _lastKey; -- cgit v1.2.3