X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcontroller_hooks.hpp;h=b30c05e607098248dfe2944c6c8591b5e489ae35;hb=78571bc2aa3dd5e826262a14eceffcdcf1f7ee50;hp=47ab0ecae54721b346abbc17be6311ac875e5bd5;hpb=daf3f38d2d89b0073bdbee2a531e00dc00e172c1;p=staging%2Fwindowmanager.git diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index 47ab0ec..b30c05e 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -14,15 +14,13 @@ * limitations under the License. */ -// -// Created by mfritzsc on 7/28/17. -// - #ifndef TMCAGLWM_CONTROLLER_HOOKS_HPP #define TMCAGLWM_CONTROLLER_HOOKS_HPP #include +#include + namespace wm { struct App; @@ -31,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