diff options
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app.hpp b/src/app.hpp index e2f8d44..74361a2 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -278,7 +278,6 @@ struct App void setTimer(); void stopTimer(); void processNextRequest(); - //void currentAppInvisible(const std::string &role); const char *check_surface_exist(const char *drawing_name); @@ -293,10 +292,7 @@ struct App // The following function is temporary. // Then will be removed when layermanager is finished - //void lm_layout_change(const char *drawing_name); - //WMError lm_layout_change(const struct WMAction &action); WMError lm_release(const struct WMAction &action); - //void lm_enddraw(const char *drawing_name); private: std::unordered_map<std::string, struct compositor::rect> area2size; |