aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2022-03-09 15:16:04 -0500
committerKirill Primak <vyivel@eclair.cafe>2022-03-17 18:16:14 +0000
commitd1f543a9d87f354e5ad8f942933dba3edb54ffed (patch)
treef173e1ecb594a223e69d2f4b7196d3c6f56aabc1 /include
parent13d7fa2f03452ef5b1f34cdf7847476052532178 (diff)
types/wlr_tablet_pad: uniformize events name
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_tablet_pad.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_tablet_pad.h b/include/wlr/types/wlr_tablet_pad.h
index 24923353..64420f46 100644
--- a/include/wlr/types/wlr_tablet_pad.h
+++ b/include/wlr/types/wlr_tablet_pad.h
@@ -58,7 +58,7 @@ struct wlr_tablet_pad_group {
unsigned int mode_count;
};
-struct wlr_event_tablet_pad_button {
+struct wlr_tablet_pad_button_event {
uint32_t time_msec;
uint32_t button;
enum wlr_button_state state;
@@ -71,7 +71,7 @@ enum wlr_tablet_pad_ring_source {
WLR_TABLET_PAD_RING_SOURCE_FINGER,
};
-struct wlr_event_tablet_pad_ring {
+struct wlr_tablet_pad_ring_event {
uint32_t time_msec;
enum wlr_tablet_pad_ring_source source;
uint32_t ring;
@@ -84,7 +84,7 @@ enum wlr_tablet_pad_strip_source {
WLR_TABLET_PAD_STRIP_SOURCE_FINGER,
};
-struct wlr_event_tablet_pad_strip {
+struct wlr_tablet_pad_strip_event {
uint32_t time_msec;
enum wlr_tablet_pad_strip_source source;
uint32_t strip;