[PATCH weston v2 16/16] tablet: reordered changes in weston_seat struct to not break ABI compatibility

Maniraj Devadoss Maniraj.Devadoss at in.bosch.com
Thu Nov 23 10:17:28 UTC 2017


From: Bastian Farkas <bfarkas at de.adit-jv.com>

Signed-off-by: Bastian Farkas <bfarkas at 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



More information about the wayland-devel mailing list