wayland: sprops and lprops should be before the *_map_types
[staging/windowmanager.git] / 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;