diff options
author | Peter Osterlund <petero2@telia.com> | 2003-07-13 20:42:19 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:01 +0200 |
commit | ffc6e06ee1a09c19b77551d7afa99236fe00a548 (patch) | |
tree | dff792cf909a735fc087417163a7d2568e6c9ccd /synaptics.h | |
parent | 183d5e9a379ed43a3322c539393a6cd22b6d9f63 (diff) |
Made horizontal wheel replacement buttons work. (From
Hartwig Felger.) For 2.5.x, a kernel patch is also needed.
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synaptics.h b/synaptics.h index b1e9eba..a573a2f 100644 --- a/synaptics.h +++ b/synaptics.h @@ -112,7 +112,7 @@ typedef struct _SynapticsPrivateRec unsigned long int identity; /* Identification */ Bool isSynaptics; /* Synaptics touchpad active */ Bool six_buttons; /* Use six button protocol */ - + /* only of interest if in raw mode */ Bool shm_config; /* True when shared memory area allocated */ OsTimerPtr timer; /* for up/down-button repeat, tap processing, etc */ |