aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_manager.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-20 14:24:54 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-20 14:26:05 +0900
commit9d8002a41299d8755ed548f96be89eefe660c1bd (patch)
tree57492f384c86803c28f6b4a03c084ec0fc501e05 /src/window_manager.hpp
parent085bb9c71fbc5690021390b62d934e7cf95031a6 (diff)
get callback of surface_stats_received
Change-Id: I2318752ba00f58c197ba42166c2ab91ea4c15bce Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r--src/window_manager.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp
index 6cbd355..3ad9cc7 100644
--- a/src/window_manager.hpp
+++ b/src/window_manager.hpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef TMCAGLWM_APP_HPP
-#define TMCAGLWM_APP_HPP
+#ifndef WINDOW_MANAGER_HPP
+#define WINDOW_MANAGER_HPP
#include <atomic>
#include <memory>
@@ -224,6 +224,7 @@ class WindowManager
// Events from the compositor we are interested in
void surface_created(uint32_t surface_id);
void surface_removed(uint32_t surface_id);
+ void surface_properties(uint32_t surface_id, uint32_t pid);
void removeClient(const std::string &appid);
void exceptionProcessForTransition();
@@ -286,4 +287,4 @@ class WindowManager
} // namespace wm
-#endif // TMCAGLWM_APP_HPP
+#endif // WINDOW_MANAGER_HPP