X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcontroller_hooks.hpp;h=f259089940e472ee0fb562e8fa9ee940f7d89fd4;hb=0ec07ddffcb8e9b23b8df8f4194d0e2dfeb03126;hp=b8c142c0d823d56b2e9475604cce421cffb8cf4f;hpb=dfe4aee045113eceaeabd327291f94583e7b13d3;p=apps%2Fagl-service-windowmanager.git diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index b8c142c..f259089 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -24,11 +24,11 @@ namespace wm { -struct App; +class WindowManager; struct controller_hooks { - struct App *app; + WindowManager *app; void surface_created(uint32_t surface_id);