mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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;
|
struct ConnsDlgState* connState;
|
||||||
|
|
||||||
|
TimerProc timerProcs[TIMER_NUM_PLUS_ONE - 1];
|
||||||
|
void* timerClosures[TIMER_NUM_PLUS_ONE - 1];
|
||||||
|
|
||||||
#ifdef BEYOND_IR
|
#ifdef BEYOND_IR
|
||||||
NetLibStuff nlStuff;
|
NetLibStuff nlStuff;
|
||||||
|
XP_U32 heartTimerFireAt;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
Loading…
Reference in a new issue