wayland: sprops and lprops should be before the *_map_types
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Mon, 10 Jul 2017 13:42:13 +0000 (15:42 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 8 Aug 2017 15:24:00 +0000 (17:24 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/wayland.hpp

index 740a703..ea23ebb 100644 (file)
@@ -245,13 +245,13 @@ struct controller : public wayland_proxy<struct ivi_controller> {
    proxy_to_id_map_type layer_proxy_to_id;
    proxy_to_id_map_type screen_proxy_to_id;
 
+   props_map sprops;
+   props_map lprops;
+
    surface_map_type surfaces;
    layer_map_type layers;
    screen_map_type screens;
 
-   props_map sprops;
-   props_map lprops;
-
    typedef std::pair<char const *, std::function<void(struct controller *)>>
       name_task_pair;
    std::vector<name_task_pair> pending;