summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandwindow.cpp')
-rw-r--r--src/client/qwaylandwindow.cpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/client/qwaylandwindow.cpp b/src/client/qwaylandwindow.cpp
index 75dfaa499..52461dc38 100644
--- a/src/client/qwaylandwindow.cpp
+++ b/src/client/qwaylandwindow.cpp
@@ -78,25 +78,9 @@ namespace QtWaylandClient {
QWaylandWindow *QWaylandWindow::mMouseGrab = nullptr;
QWaylandWindow::QWaylandWindow(QWindow *window)
- : QObject()
- , QPlatformWindow(window)
+ : QPlatformWindow(window)
, mDisplay(waylandScreen()->display())
- , mShellSurface(nullptr)
- , mSubSurfaceWindow(nullptr)
- , mWindowDecoration(nullptr)
- , mMouseEventsInContentArea(false)
- , mMousePressedInContentArea(Qt::NoButton)
- , mWaitingForFrameSync(false)
- , mRequestResizeSent(false)
- , mCanResize(true)
- , mResizeDirty(false)
, mResizeAfterSwap(qEnvironmentVariableIsSet("QT_WAYLAND_RESIZE_AFTER_SWAP"))
- , mSentInitialResize(false)
- , mScale(1)
- , mState(Qt::WindowNoState)
- , mMask()
- , mBackingStore(nullptr)
- , mUpdateRequested(false)
{
static WId id = 1;
mWindowId = id++;