summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 10:24:17 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 10:24:17 +0200
commit6b29f99bb1f88b0a8e8c04552a25fcf81928a7e2 (patch)
treea35bc609a1ff391f38c1ca450bfe4d95ac284f81 /src/client/qwaylandwindow_p.h
parent465e6f559fccf04203997cdf5182693567a9e697 (diff)
parent7b9ff873fc6b55a26e43753c738ebd941c796e29 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index 678fc3ae9..57f4657bb 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -126,7 +126,6 @@ public:
using QtWayland::wl_surface::attach;
void attach(QWaylandBuffer *buffer, int x, int y);
void attachOffset(QWaylandBuffer *buffer);
- QWaylandBuffer *attached() const;
QPoint attachOffset() const;
using QtWayland::wl_surface::damage;
@@ -243,6 +242,8 @@ private:
bool setWindowStateInternal(Qt::WindowState flags);
void setGeometry_helper(const QRect &rect);
void initWindow();
+ bool shouldCreateShellSurface() const;
+ bool shouldCreateSubSurface() const;
void reset();
void handleMouseEventWithDecoration(QWaylandInputDevice *inputDevice, const QWaylandPointerEvent &e);