summaryrefslogtreecommitdiff
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2019-08-14 13:10:53 +0200
committerLiang Qi <liang.qi@qt.io>2019-08-14 16:14:55 +0200
commit7362413785e1e199a62320494631f27dd1a4da59 (patch)
treee4973dbfb9ac67d7e78f6a780c8e41e5667f4099 /src/client/qwaylandwindow_p.h
parentca9be5cab503d85831653d6c4bc9c59bd0f6ad57 (diff)
parent43d8a3091894ceb4ab934167b2f3eda27564eb6d (diff)
downloadqtwayland-7362413785e1e199a62320494631f27dd1a4da59.tar.gz
Merge remote-tracking branch 'qt/5.12' into 5.13
Conflicts: src/compositor/configure.json sync.profile tests/auto/auto.pro Change-Id: Ia6d1512aa9ad49ac7f92ae88f23026dc0ee2ccc5
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 86139243..9eff738b 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -269,6 +269,7 @@ private:
void handleMouseEventWithDecoration(QWaylandInputDevice *inputDevice, const QWaylandPointerEvent &e);
void handleScreenChanged();
+ bool mInResizeFromApplyConfigure = false;
QRect mLastExposeGeometry;
static const wl_callback_listener callbackListener;