summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@kdab.com>2016-11-19 08:58:17 +0100
committerGiulio Camuffo <giulio.camuffo@kdab.com>2016-11-22 09:09:17 +0000
commitfc1901b4b34d29df79be1b9b1c1d3f5a127eaa59 (patch)
tree136cc934fc114c9c65c2cbfd52e9729484a98ff3 /src/client/qwaylandwindow_p.h
parent7197be7c0e9d00f98551d12bcc30782503612fe9 (diff)
Don't reset the cursor at every mouse move
Change-Id: I67f9a0d171da403ebb124ab584c2510891da80fc Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index 7e7078fcf..f5988fbd1 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -217,7 +217,6 @@ protected:
QWaylandAbstractDecoration *mWindowDecoration;
bool mMouseEventsInContentArea;
Qt::MouseButtons mMousePressedInContentArea;
- QCursor m_cursor;
WId mWindowId;
bool mWaitingForFrameSync;