mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
handle heartbeat timer and change to util_setTimer
This commit is contained in:
parent
45cc7595cd
commit
b1536b6d38
1 changed files with 4 additions and 0 deletions
|
@ -294,8 +294,12 @@ struct PalmAppGlobals {
|
|||
|
||||
struct ConnsDlgState* connState;
|
||||
|
||||
TimerProc timerProcs[TIMER_NUM_PLUS_ONE - 1];
|
||||
void* timerClosures[TIMER_NUM_PLUS_ONE - 1];
|
||||
|
||||
#ifdef BEYOND_IR
|
||||
NetLibStuff nlStuff;
|
||||
XP_U32 heartTimerFireAt;
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Reference in a new issue