summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-07-21 10:21:22 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2017-09-07 09:50:36 +0000
commit3f400e31fecd1c0436ad17d1be1dae7745c6a4f5 (patch)
treec72c88b906dfb0885620559850422fa7e65f44bb /src/client/qwaylandwindow_p.h
parentbde5619e2090efdc16823de21ff5cb76805204bd (diff)
Close popups in the correct order
According to the protocol, child popups have to be closed before parents, but QMenuBar/QMenu will sometimes close the parent first. Change-Id: Id027ac483b727a19388df619fe1503d794e12c12 Task-number: QTBUG-62048 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index fa213d07a..e7b9e3d38 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -253,6 +253,7 @@ private:
bool shouldCreateSubSurface() const;
void reset();
void sendExposeEvent(const QRect &rect);
+ static void closePopups(QWaylandWindow *parent);
void handleMouseEventWithDecoration(QWaylandInputDevice *inputDevice, const QWaylandPointerEvent &e);