aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller_hooks.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-07-13 13:21:34 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-07-13 13:54:08 +0900
commit1925bd207a01eeabc98c5894656fd5af34a468a5 (patch)
tree1833186ad46457cacb57d009c29b5924c3809dd6 /src/controller_hooks.hpp
parent67f414f67ee22ddf40003d1be3fa1d0cb13deb8f (diff)
Merge "set_role_pid_ver"
Change-Id: If982a22e72cee32c2d4d5445492526d3abb3ab69 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 f259089..601e9a8 100644
--- a/src/controller_hooks.hpp
+++ b/src/controller_hooks.hpp
@@ -35,6 +35,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