From 9d8002a41299d8755ed548f96be89eefe660c1bd Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 20 Aug 2018 14:24:54 +0900 Subject: get callback of surface_stats_received Change-Id: I2318752ba00f58c197ba42166c2ab91ea4c15bce Signed-off-by: Kazumasa Mitsunari --- src/controller_hooks.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/controller_hooks.hpp') diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index dd0a3aa..ae88187 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -34,6 +34,7 @@ struct controller_hooks void surface_removed(uint32_t surface_id); void surface_visibility(uint32_t surface_id, uint32_t v); void surface_destination_rectangle(uint32_t surface_id, uint32_t x, uint32_t y, uint32_t w, uint32_t h); + void surface_properties(uint32_t surface_id, uint32_t pid); }; } // namespace wm -- cgit 1.2.3-korg