aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/palm.h
diff options
context:
space:
mode:
authorChris Apers2003-11-28 09:30:46 +0000
committerChris Apers2003-11-28 09:30:46 +0000
commitf15cd37bc82353c81168210ee6047aeb94ef9439 (patch)
treeb28605bfa7ba4484b9acf9d46877b0aed1b0df88 /backends/PalmOS/Src/palm.h
parent474cc0ad6289e43a612feb599690d8cd3f92326d (diff)
downloadscummvm-rg350-f15cd37bc82353c81168210ee6047aeb94ef9439.tar.gz
scummvm-rg350-f15cd37bc82353c81168210ee6047aeb94ef9439.tar.bz2
scummvm-rg350-f15cd37bc82353c81168210ee6047aeb94ef9439.zip
Better DIA support, use EVENT_QUIT, reset the device if OSystem failed to quit (Simon 1 & 2)
svn-id: r11393
Diffstat (limited to 'backends/PalmOS/Src/palm.h')
-rw-r--r--backends/PalmOS/Src/palm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/PalmOS/Src/palm.h b/backends/PalmOS/Src/palm.h
index e9d6fc93d6..996de74599 100644
--- a/backends/PalmOS/Src/palm.h
+++ b/backends/PalmOS/Src/palm.h
@@ -133,7 +133,8 @@ public:
// Quit
void quit();
- bool _quit, _selfQuit;
+ bool _selfQuit;
+ UInt8 _quitCount;
// Overlay
void show_overlay();
@@ -217,9 +218,9 @@ private:
UInt32 _exit_delay;
struct {
- uint32 duration, next_expiry;
+ uint32 duration, nextExpiry;
bool active;
- int (*callback) (int);
+ TimerProc callback;
} _timer;
SoundDataType _sound;