summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-06-28 09:59:25 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-06-28 11:11:12 +0000
commitdb2a5015d0d8f326fb061cddf8d40caca3ebaf35 (patch)
tree82f51782ffeddf9ea2bf050126ab668e88a5e9f9 /src/client
parent38b1e21e2f2db259d581c3d664e99cee07c9032c (diff)
Implement QWaylandXdgSurface::xdg_surface_close()
Change-Id: Ia2f708fc668a802f4468efd0765f36aab0944e10 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/client')
-rw-r--r--src/client/qwaylandxdgsurface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandxdgsurface.cpp b/src/client/qwaylandxdgsurface.cpp
index 4dfc5e6da..42738528c 100644
--- a/src/client/qwaylandxdgsurface.cpp
+++ b/src/client/qwaylandxdgsurface.cpp
@@ -249,6 +249,7 @@ void QWaylandXdgSurface::xdg_surface_configure(int32_t width, int32_t height, st
void QWaylandXdgSurface::xdg_surface_close()
{
+ m_window->window()->close();
}
}