Structure libinput_seat struct
authorJonas Ådahl <jadahl@gmail.com>
Wed, 19 Mar 2014 22:38:45 +0000 (23:38 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 9 Apr 2014 18:53:14 +0000 (20:53 +0200)
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/libinput-private.h

index d373217f326d410f9890db5f4e0969287fe11894..21627b06e83343c425122e2f16273acd6026db37 100644 (file)
@@ -57,10 +57,12 @@ struct libinput_seat {
        struct list devices_list;
        void *user_data;
        int refcount;
-       uint32_t slot_map;
+       libinput_seat_destroy_func destroy;
+
        char *physical_name;
        char *logical_name;
-       libinput_seat_destroy_func destroy;
+
+       uint32_t slot_map;
 };
 
 struct libinput_device {