summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-11-07 14:43:24 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-15 18:46:38 +0100
commit4613291e8c1717d8d3316b2c0b1f2c6c96bdc56f (patch)
treed815d5dc56c46361146b2ee3ce2b6c2a2cc2c6bb /src/client/qwaylandwindow_p.h
parent23ecb57e11bea42c2e90d280b21b6ee448a9afff (diff)
parent7882407bb6bab6c042fd20592a63a875b74eb581 (diff)
Merge branch '5.4' into dev
Merge done by Giulio Camuffo Conflicts: src/client/client.pro src/client/qwaylanddisplay.cpp src/client/qwaylandinputdevice.cpp src/client/qwaylandinputdevice_p.h src/client/qwaylandwindow.cpp src/compositor/compositor_api/qwaylandsurface.cpp src/compositor/compositor_api/qwaylandsurface_p.h src/compositor/wayland_wrapper/qwlsurface.cpp Change-Id: I1df878bb54f49d953c51215a2772869e261ebe81
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index 7da43c7b9..0c55cd88d 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -60,7 +60,7 @@ class QWaylandDisplay;
class QWaylandBuffer;
class QWaylandShellSurface;
class QWaylandSubSurface;
-class QWaylandDecoration;
+class QWaylandAbstractDecoration;
class QWaylandInputDevice;
class QWaylandScreen;
class QWaylandShmBackingStore;
@@ -146,9 +146,7 @@ public:
bool isExposed() const Q_DECL_OVERRIDE;
void unfocus();
- QWaylandDecoration *decoration() const;
- void setDecoration(QWaylandDecoration *decoration);
-
+ QWaylandAbstractDecoration *decoration() const;
void handleMouse(QWaylandInputDevice *inputDevice,
ulong timestamp,
@@ -201,7 +199,7 @@ protected:
QWaylandShellSurface *mShellSurface;
QWaylandSubSurface *mSubSurfaceWindow;
- QWaylandDecoration *mWindowDecoration;
+ QWaylandAbstractDecoration *mWindowDecoration;
bool mMouseEventsInContentArea;
Qt::MouseButtons mMousePressedInContentArea;
Qt::CursorShape m_cursorShape;