summaryrefslogtreecommitdiff
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2020-11-10 19:06:48 +0100
committerDavid Redondo <qt@david-redondo.de>2021-12-09 10:33:08 +0100
commitbd6dbf01f13007c20f93080d59b26d3635a81a9d (patch)
treeb44c2917c626ec3192e028c843413c354df7d11f /src/client/qwaylandwindow_p.h
parent283a2d61d03315495a52d82f356e7cb5292f4bb4 (diff)
downloadqtwayland-bd6dbf01f13007c20f93080d59b26d3635a81a9d.tar.gz
Implement xdg_activation_v1 protocol
Change-Id: Ib5c8d0c6a209308c2c1a7f5e45d8866ba0127d81 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index f2dbe337..4eecdd86 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -230,12 +230,16 @@ public:
void handleUpdate();
void deliverUpdateRequest() override;
+ void setXdgActivationToken(const QString &token);
+ void requestXdgActivationToken(uint serial);
+
public slots:
void applyConfigure();
signals:
void wlSurfaceCreated();
void wlSurfaceDestroyed();
+ void xdgActivationTokenCreated(const QString &token);
protected:
virtual void doHandleFrameCallback();