summaryrefslogtreecommitdiff
path: root/src/libinput-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libinput-private.h')
-rw-r--r--src/libinput-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libinput-private.h b/src/libinput-private.h
index 10522125..98cb419f 100644
--- a/src/libinput-private.h
+++ b/src/libinput-private.h
@@ -329,6 +329,12 @@ struct libinput_tablet_tool {
bool has_pressure_offset;
};
+struct libinput_tablet_pad_mode_group {
+ struct list link;
+ int refcount;
+ void *user_data;
+};
+
struct libinput_event {
enum libinput_event_type type;
struct libinput_device *device;