X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fagl-service-windowmanager-2017.git;a=blobdiff_plain;f=src%2Fcontroller_hooks.hpp;fp=src%2Fcontroller_hooks.hpp;h=dd0a3aa95e0b7fa98d17eb37d4534f4a6ec70c21;hp=f259089940e472ee0fb562e8fa9ee940f7d89fd4;hb=a79b572a5f26d6ecdd97dff159c40bad330e1c4c;hpb=8a791cb2ab7c159aac440cd97fbf2ae75d79b31f diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index f259089..dd0a3aa 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -28,10 +28,9 @@ class WindowManager; struct controller_hooks { - WindowManager *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);