summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-08-05 12:11:40 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-08-05 16:34:35 +0200
commitca1ad7e9a56959ee8946eef1ade30d00755eac67 (patch)
tree80ae3a77fcfb2fa85a65862afded2fb06a246fbe /src/gui
parent6b728caee4c53643e7ee2f60ffa8329719ad9e30 (diff)
Get wayland plugin working after latest QPA API changes.
Change-Id: If54e7068aaed84fe765b887250bca79c787bd8a3 Reviewed-on: http://codereview.qt.nokia.com/2684 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qplatformwindow_qpa.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformwindow_qpa.cpp b/src/gui/kernel/qplatformwindow_qpa.cpp
index cd4cc2e034..766967eafa 100644
--- a/src/gui/kernel/qplatformwindow_qpa.cpp
+++ b/src/gui/kernel/qplatformwindow_qpa.cpp
@@ -62,6 +62,7 @@ QPlatformWindow::QPlatformWindow(QWindow *window)
{
Q_D(QPlatformWindow);
d->window = window;
+ d->rect = window->geometry();
}
/*!