From: Bastian Farkas <bfar...@de.adit-jv.com>

Signed-off-by: Bastian Farkas <bfar...@de.adit-jv.com>
---
 libweston/compositor.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libweston/compositor.h b/libweston/compositor.h
index fb59615..3246ff4 100644
--- a/libweston/compositor.h
+++ b/libweston/compositor.h
@@ -721,8 +721,6 @@ struct weston_seat {
        struct weston_pointer *pointer_state;
        struct weston_keyboard *keyboard_state;
        struct weston_touch *touch_state;
-       struct wl_list tablet_list;
-       struct wl_list tablet_tool_list;
        int pointer_device_count;
        int keyboard_device_count;
        int touch_device_count;
@@ -749,6 +747,8 @@ struct weston_seat {
        struct input_method *input_method;
        char *seat_name;
 
+    struct wl_list tablet_list;
+       struct wl_list tablet_tool_list;
        struct wl_list tablet_seat_resource_list;
        struct wl_signal tablet_tool_added_signal;
 };
-- 
2.7.4

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to