X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=src%2Fcontroller_hooks.hpp;h=b30c05e607098248dfe2944c6c8591b5e489ae35;hp=18569aa65dabbb00ef3291551d545bc4dde2668a;hb=04a5bb45e7c6d3e713c49ce2125173a8b7e46b5b;hpb=9b397b09fe6eef8936ad41763e4908e99ce274d6 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