diff options
-rw-r--r-- | src/wayland.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp index 740a703..ea23ebb 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -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; |