From 260b142249baa6cbd9147473384d40f83f7db61e Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:29:37 +0200 Subject: App: add layout_commit() Signed-off-by: Marcus Fritzsch --- src/app.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.hpp') diff --git a/src/app.hpp b/src/app.hpp index c12654d..3319081 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -163,6 +163,7 @@ private: int init_layers(); void surface_set_layout(int surface_id, optional sub_surface_id = nullopt); + void layout_commit(); // TMC WM Events to clients void emit_activated(char const *label); -- cgit 1.2.3-korg