summaryrefslogtreecommitdiff
path: root/src/window-lib/waylandcompositor.h
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-06-27 12:40:08 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-06-29 09:44:12 +0000
commite4452553cabc21e7f069ab1655cb306bf0e534e6 (patch)
tree8d2fe5216ece0504720b59b4114ecdb06a441e2b /src/window-lib/waylandcompositor.h
parentafd7500dc1159d67c186e328bf98570e08ea655c (diff)
downloadqtapplicationmanager-e4452553cabc21e7f069ab1655cb306bf0e534e6.tar.gz
WindowObject.close()
It's now possible for System-UI to send a close event to a client surface. Expanded the mini-desk example to showcase the feature. Change-Id: Ib374ef802a1c5c5cc2b8a781fbcb44b338528c92 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/window-lib/waylandcompositor.h')
-rw-r--r--src/window-lib/waylandcompositor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-lib/waylandcompositor.h b/src/window-lib/waylandcompositor.h
index 4f6d91c9..2b20c274 100644
--- a/src/window-lib/waylandcompositor.h
+++ b/src/window-lib/waylandcompositor.h
@@ -89,6 +89,7 @@ public:
QWindow *outputWindow() const;
void ping();
+ void close();
signals:
void pong();