From 239ece2c159c1cef83e01cd9c7d61461de718e84 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Mon, 10 Jul 2017 15:42:13 +0200 Subject: [PATCH] wayland: sprops and lprops should be before the *_map_types Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 6 +++--- 1 file 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 { 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> name_task_pair; std::vector pending; -- 2.16.6