Change PalmOS ident

svn-id: r18748
This commit is contained in:
Chris Apers 2005-09-03 16:24:58 +00:00
parent 1d6ecabfbe
commit be9d8951eb
5 changed files with 15 additions and 15 deletions

View file

@ -261,7 +261,7 @@ bool ListWidget::handleKeyDown(uint16 ascii, int keycode, int modifiers) {
_scrollBar->draw();
}
#if !defined(__PALM_OS__)
#if !defined(PALMOS_MODE)
// not done on PalmOS because keyboard is emulated and keyup is not generated
_currentKeyDown = keycode;
#endif