X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcontroller_hooks.hpp;h=ae8818714a1da2f865ade70af376b61de3e599be;hb=b73c8310f2ca06b356135ef3a1b17e5cb6e2ec5d;hp=b8c142c0d823d56b2e9475604cce421cffb8cf4f;hpb=2357c437b260d0d8cb927e6878f1226bfafb9d0b;p=apps%2Fagl-service-windowmanager.git diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index b8c142c..ae88187 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -24,17 +24,17 @@ namespace wm { -struct App; +class WindowManager; struct controller_hooks { - struct App *app; + WindowManager *wmgr; 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); + void surface_properties(uint32_t surface_id, uint32_t pid); }; } // namespace wm