aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller_hooks.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/controller_hooks.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/controller_hooks.hpp')
-rw-r--r--src/controller_hooks.hpp1
1 files changed, 1 insertions, 0 deletions
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