summaryrefslogtreecommitdiff
path: root/src/client/qwaylandshellsurface_p.h
diff options
context:
space:
mode:
authorDavid Redondo <qt@david-redondo.de>2022-02-22 16:11:22 +0100
committerDavid Redondo <qt@david-redondo.de>2022-07-29 15:07:10 +0200
commitd93a817e21bbf4e12693baa6a7f0e1c0f0547d21 (patch)
tree5fb8599d085137ec212a2493710c186fbf160f2c /src/client/qwaylandshellsurface_p.h
parent14c0293fe6e55317e8a645f6a156b5973190cd8e (diff)
downloadqtwayland-d93a817e21bbf4e12693baa6a7f0e1c0f0547d21.tar.gz
Provide a handle for desktop portal via xdg-exporter
Change-Id: I6b2034c1833ae497ef05af7c377e4bfd3747b6fe Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src/client/qwaylandshellsurface_p.h')
-rw-r--r--src/client/qwaylandshellsurface_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/qwaylandshellsurface_p.h b/src/client/qwaylandshellsurface_p.h
index c133269a..5e269510 100644
--- a/src/client/qwaylandshellsurface_p.h
+++ b/src/client/qwaylandshellsurface_p.h
@@ -71,6 +71,8 @@ public:
virtual void setXdgActivationToken(const QString &token);
virtual void requestXdgActivationToken(quint32 serial);
+ virtual QString externWindowHandle() { return QString(); }
+
inline QWaylandWindow *window() { return m_window; }
QPlatformWindow *platformWindow();
struct wl_surface *wlSurface();