aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:38 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:38 +0200
commitf8e49ab7a90503ff791e264d61d5b658b0b4fad0 (patch)
treec17694a47bcfb7c4307bee1d6eeeac6f535ab217 /src/app.hpp
parent260b142249baa6cbd9147473384d40f83f7db61e (diff)
layers/app: properly remove surfs, deactivate main_surface
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 3319081..71bc2c2 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -176,6 +176,7 @@ private:
void activate(int id);
void deactivate(int id);
+ void deactivate_main_surface();
bool can_split(struct LayoutState const &state, int new_id);
};