summaryrefslogtreecommitdiffstats
path: root/src/wayland.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-06-27 08:55:18 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit88666c08dd76d09596aa9906f39d466c45d5979e (patch)
tree55a9766d7d7cbaa4d0f31c9a8438b6bd769ba9b8 /src/wayland.cpp
parent5a905147d566e62ceafd8f885143a49e2866947e (diff)
wayland: simpler layout for controller::proxy_to_id maps
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.cpp')
-rw-r--r--src/wayland.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wayland.cpp b/src/wayland.cpp
index 4678661..af28edf 100644
--- a/src/wayland.cpp
+++ b/src/wayland.cpp
@@ -205,10 +205,10 @@ controller::controller(struct wl_registry *r, uint32_t name, uint32_t version)
: wayland_proxy(
wl_registry_bind(r, name, &ivi_controller_interface, version)),
surface_proxy_to_id{},
- surfaces{},
layer_proxy_to_id{},
- layers{},
screen_proxy_to_id{},
+ surfaces{},
+ layers{},
screens{},
pending{},
output_size{} {
@@ -721,6 +721,7 @@ void controller::execute_pending() {
// XXX: No flush here...
}
}
+
//
// ___ ___ _ __ ___ ___ _ __
// / __|/ __| '__/ _ \/ _ \ '_ \