summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandxdgshellv5.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-26 01:05:17 +0100
committerLiang Qi <liang.qi@qt.io>2017-01-26 01:05:17 +0100
commitdf015bd2e40e7654b2515996d5bd82469542581a (patch)
treea36b7e9b2c9a7ccc1158d004c7b4a325200bb261 /src/compositor/extensions/qwaylandxdgshellv5.cpp
parentf72d63866d3f5820865fcd309b649dc9932518ee (diff)
parent0e2a950895805457a45abe860bc91a7cc4ba405e (diff)
Merge remote-tracking branch 'origin/5.8.0' into 5.8
Conflicts: src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h Change-Id: Ie45a13d3c866d0503e6e31b2a53b70f3420c5066
Diffstat (limited to 'src/compositor/extensions/qwaylandxdgshellv5.cpp')
-rw-r--r--src/compositor/extensions/qwaylandxdgshellv5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandxdgshellv5.cpp b/src/compositor/extensions/qwaylandxdgshellv5.cpp
index 80aa52e70..82171c40b 100644
--- a/src/compositor/extensions/qwaylandxdgshellv5.cpp
+++ b/src/compositor/extensions/qwaylandxdgshellv5.cpp
@@ -1103,6 +1103,7 @@ void QWaylandXdgPopupV5::initialize(QWaylandXdgShellV5 *shell, QWaylandSurface *
emit shellChanged();
emit surfaceChanged();
emit parentSurfaceChanged();
+ emit positionChanged();
QWaylandCompositorExtension::initialize();
}