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:
parent
5fa194e62b
commit
bc8a755c67
9 changed files with 54 additions and 18 deletions
|
@ -57,7 +57,6 @@ OSystem_PalmBase::OSystem_PalmBase() {
|
|||
_batCheckTicks = SysTicksPerSecond() * 15;
|
||||
_batCheckLast = TimGetTicks();
|
||||
|
||||
_mouseDataH = NULL;
|
||||
_mouseDataP = NULL;
|
||||
_mouseVisible = false;
|
||||
_mouseDrawn = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue