summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:37 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:37 +0200
commit260b142249baa6cbd9147473384d40f83f7db61e (patch)
treea26c653f7d06b3aeb88306429ae28ef1d9b870d8 /src/app.hpp
parent875547362223909f750d4ab2f536735e5b344fc8 (diff)
App: add layout_commit()
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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 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<int> sub_surface_id = nullopt);
+ void layout_commit();
// TMC WM Events to clients
void emit_activated(char const *label);