aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 370c65d..79498c2 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -113,6 +113,7 @@ struct App {
layouts_type layouts;
layer_map layers;
+ // ID allocation and proxy methods for lookup
struct id_allocator id_alloc;
optional<unsigned> lookup_id(char const *name) {
return this->id_alloc.lookup(std::string(name));