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
This commit is contained in:
Chris Apers 2006-09-17 09:59:31 +00:00
parent 5fa194e62b
commit bc8a755c67
9 changed files with 54 additions and 18 deletions

View file

@ -57,7 +57,6 @@ OSystem_PalmBase::OSystem_PalmBase() {
_batCheckTicks = SysTicksPerSecond() * 15;
_batCheckLast = TimGetTicks();
_mouseDataH = NULL;
_mouseDataP = NULL;
_mouseVisible = false;
_mouseDrawn = false;