diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 16:24:28 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 16:25:02 +1000 |
commit | 4ebde557aee7953f766fcd6b725cbacd47f806ec (patch) | |
tree | c1ec8de9a9a840954a0a7e395a0af9d478e42d6d /src/synapticsstr.h | |
parent | d521fc0335e9a6527d337154e064d192ab006425 (diff) |
Revert "Add synaptics orientation support"
This patch needs more work before we can ship it.
This reverts commit 049d5fb6037b34d94b24cb8300849cf4e3b67437.
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, 0 insertions, 1 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h index 90640f7..8f6593e 100644 --- a/src/synapticsstr.h +++ b/src/synapticsstr.h @@ -161,7 +161,6 @@ typedef struct _SynapticsParameters unsigned int resolution_vert; /* vertical resolution of touchpad in units/mm */ int area_left_edge, area_right_edge, area_top_edge, area_bottom_edge; /* area coordinates absolute */ int hyst_x, hyst_y; /* x and y width of hysteresis box */ - int orientation; /* orientation of the touchpad */ } SynapticsParameters; |