App: add layout_commit()
[staging/windowmanager.git] / src / app.hpp
index c12654d..3319081 100644 (file)
@@ -163,6 +163,7 @@ private:
    int init_layers();
 
    void surface_set_layout(int surface_id, optional<int> sub_surface_id = nullopt);
+   void layout_commit();
 
    // TMC WM Events to clients
    void emit_activated(char const *label);