summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
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();