summaryrefslogtreecommitdiff
path: root/src/capabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/capabilities.h')
-rw-r--r--src/capabilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capabilities.h b/src/capabilities.h
index 68835c6..34c1767 100644
--- a/src/capabilities.h
+++ b/src/capabilities.h
@@ -28,7 +28,7 @@ struct Capabilities {
28 struct input_id devid; 28 struct input_id devid;
29 char devname[32]; 29 char devname[32];
30 int has_left, has_middle; 30 int has_left, has_middle;
31 int has_right, has_mtdata; 31 int has_right, has_mtdata, has_ibt;
32 int has_touch_major, has_touch_minor; 32 int has_touch_major, has_touch_minor;
33 int has_width_major, has_width_minor; 33 int has_width_major, has_width_minor;
34 int has_orientation, has_dummy; 34 int has_orientation, has_dummy;