X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fonscreenapp.git;a=blobdiff_plain;f=sample%2Fapp%2Feventhandler.h;h=c57c806b100a51da453722dce1390896cfebaba7;hp=af66644b7b642dcd31466fc0925e00b6ee5fff9e;hb=85a1f5f0305fda98d7077bab78070456bcd680ac;hpb=4bf86cf93bda1228acef694329e2a58bf58cf528 diff --git a/sample/app/eventhandler.h b/sample/app/eventhandler.h index af66644..c57c806 100644 --- a/sample/app/eventhandler.h +++ b/sample/app/eventhandler.h @@ -21,8 +21,14 @@ #include #include +#if 0 #include #include +#endif + +#include +#include "wayland-agl-shell-desktop-client-protocol.h" + #include "hmi-debug.h" #define ROLE_NAME "onstestapp" @@ -51,8 +57,11 @@ signals: void signalOnReplyShowWindow(QVariant val); private: +#if 0 QLibHomeScreen *mp_hs; QLibWindowmanager* mp_wm; +#endif + struct agl_shell_desktop *shell_desktop = nullptr; QQuickWindow *mp_qw; };