App: cleanup requestSurface API method.
[staging/windowmanager.git] / src / app.hpp
index 370c65d..79498c2 100644 (file)
@@ -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));