aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_input_device.h1
-rw-r--r--include/wlr/types/wlr_pointer.h2
-rw-r--r--include/wlr/types/wlr_touch.h2
3 files changed, 4 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_input_device.h b/include/wlr/types/wlr_input_device.h
index 0ca64341..730912f7 100644
--- a/include/wlr/types/wlr_input_device.h
+++ b/include/wlr/types/wlr_input_device.h
@@ -31,7 +31,6 @@ struct wlr_input_device {
char *name;
// Or 0 if not applicable to this device
double width_mm, height_mm;
- char *output_name;
/* wlr_input_device.type determines which of these is valid */
union {
diff --git a/include/wlr/types/wlr_pointer.h b/include/wlr/types/wlr_pointer.h
index a5850718..dc7611b8 100644
--- a/include/wlr/types/wlr_pointer.h
+++ b/include/wlr/types/wlr_pointer.h
@@ -21,6 +21,8 @@ struct wlr_pointer {
const struct wlr_pointer_impl *impl;
+ char *output_name;
+
struct {
struct wl_signal motion; // struct wlr_event_pointer_motion
struct wl_signal motion_absolute; // struct wlr_event_pointer_motion_absolute
diff --git a/include/wlr/types/wlr_touch.h b/include/wlr/types/wlr_touch.h
index b2c097e8..ed2f0033 100644
--- a/include/wlr/types/wlr_touch.h
+++ b/include/wlr/types/wlr_touch.h
@@ -20,6 +20,8 @@ struct wlr_touch {
const struct wlr_touch_impl *impl;
+ char *output_name;
+
struct {
struct wl_signal down; // struct wlr_event_touch_down
struct wl_signal up; // struct wlr_event_touch_up