From 85a1f5f0305fda98d7077bab78070456bcd680ac Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 10 Apr 2020 16:49:02 +0300 Subject: Add agl-shell-desktop protocol Signed-off-by: Marius Vlad --- sample/app/eventhandler.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sample/app/eventhandler.h') 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; }; -- cgit 1.2.3-korg