summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-01 16:16:29 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commitd2fe9e8e49a0970986282162b04d335c57845ac3 (patch)
tree55fbf9db3addd08d3d00faef77280b913c5891c9 /src/app.hpp
parent89fd5de8311dace5c8c1ba3fb64115f1955687d4 (diff)
layers: rename surface_id_to_layer and surface_id_to_layer_map
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 247f772..7b9164f 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -36,7 +36,7 @@ struct App {
std::vector<std::unique_ptr<struct wl::output>> outputs;
layouts_type layouts;
- surface_id_to_layer_map surface2layer;
+ layer_map layers;
App(wl::display *d);
~App();