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