diff options
author | Joe Shaw <joe@joeshaw.org> | 2010-10-08 15:20:41 -0400 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-14 15:00:56 +1000 |
commit | 0b28a4c046a30ccb83278ea0aa59541fad89092c (patch) | |
tree | fe48f52af71ba845bc0c7250c24d4474164807ab /src/synapticsstr.h | |
parent | a36976e7c9b1d408751a35caceef4fb64b6d7a1d (diff) |
track abs/rel mode changes in SwitchMode() instead of ignoring them
Signed-off-by: Joe Shaw <joe@joeshaw.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 9dc0a19..9ad8638 100644 --- a/src/synapticsstr.h +++ b/src/synapticsstr.h @@ -180,6 +180,7 @@ typedef struct _SynapticsPrivateRec struct CommData comm; + Bool absolute_events; /* post absolute motion events instead of relative */ SynapticsMoveHistRec move_hist[SYNAPTICS_MOVE_HISTORY]; /* movement history */ int hist_index; /* Last added entry in move_hist[] */ int scroll_y; /* last y-scroll position */ |