summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2017-05-10 11:55:59 +0200
committerGiulio Camuffo <giulio.camuffo@kdab.com>2017-05-12 14:55:56 +0000
commit0aff9f4d617690cc19c165019e736a77d44d767c (patch)
tree9193475c31bd80db55f5d8e8afe2140e00a6c2e0
parent08bc92eef525a4a4974a32b57183bfa17082a8a5 (diff)
send handleScreenGeometryChange with scaled geometry
Change-Id: Ia9c3622369114e04318628262cc6ce2ea447cb4c Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io> Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
-rw-r--r--src/client/qwaylandscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandscreen.cpp b/src/client/qwaylandscreen.cpp
index 31d21a1c3..ac5954577 100644
--- a/src/client/qwaylandscreen.cpp
+++ b/src/client/qwaylandscreen.cpp
@@ -245,7 +245,7 @@ void QWaylandScreen::output_done()
QWindowSystemInterface::handleScreenOrientationChange(screen(), m_orientation);
mTransform = -1;
}
- QWindowSystemInterface::handleScreenGeometryChange(screen(), mGeometry, mGeometry);
+ QWindowSystemInterface::handleScreenGeometryChange(screen(), geometry(), geometry());
QWindowSystemInterface::handleScreenRefreshRateChange(screen(), refreshRate());
}