diff options
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r-- | src/synapticsstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h index a32fc73..f981573 100644 --- a/src/synapticsstr.h +++ b/src/synapticsstr.h @@ -182,6 +182,7 @@ typedef struct _SynapticsPrivateRec char *device; /* device node */ Bool shm_config; /* True when shared memory area allocated */ + CARD32 timer_time; /* when timer last fired */ OsTimerPtr timer; /* for up/down-button repeat, tap processing, etc */ struct CommData comm; |