From 04a5bb45e7c6d3e713c49ce2125173a8b7e46b5b Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:29:40 +0200 Subject: Add visibility dst-rect controller hooks Signed-off-by: Marcus Fritzsch --- src/controller_hooks.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/controller_hooks.hpp') diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index 18569aa..b30c05e 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -29,8 +29,9 @@ struct controller_hooks { struct App *app; void surface_created(uint32_t surface_id); - 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); }; } // namespace wm -- cgit 1.2.3-korg