|
X11workbench Toolkit
1.0
|
Core (internal) structure for managing timers. More...
Data Fields | |
| struct s_TIMER_ENTRY * | pNext |
| linked lists for performance | |
| WB_UINT64 | lTimeIndex |
| time index for which this timer next expires | |
| unsigned long | lTimeInterval |
| interval (or zero for one-shot timer) | |
| Display * | pDisplay |
| display associated with timer | |
| Window | wID |
| window to receive timer event | |
| long | lID |
| timer identifier | |
Core (internal) structure for managing timers.
Definition at line 907 of file window_helper.c.