X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Feventhandler.h;fp=app%2Feventhandler.h;h=e4fbb6b5a48e006dc9be817a64c9dddb1ef446ea;hb=519f9cb01b41a9f44eeeee58d213449f7a470120;hp=1fe910b96bab0212aed2c0cf809a52a277800614;hpb=ff66bdf313d0695aa8042c3f707282fa68b0ead3;p=apps%2Fonscreenapp.git diff --git a/app/eventhandler.h b/app/eventhandler.h index 1fe910b..e4fbb6b 100644 --- a/app/eventhandler.h +++ b/app/eventhandler.h @@ -23,6 +23,9 @@ #include #include "hmi-debug.h" +#include +#include "wayland-agl-shell-desktop-client-protocol.h" + #define APP_ID "onscreenapp" class QQmlApplicationEngine; @@ -61,6 +64,7 @@ private: void activateWindow(const char *role, const char *area = "normal.full"); QPair m_req, m_dsp; + struct agl_shell_desktop *shell_desktop = nullptr; int m_dsp_sts = HIDING; }; #endif // HOMESCREENHANDLER_H