summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-01-05 13:43:42 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commitdc2ef3ae7435593284906e7cc32d69d97deaaf45 (patch)
tree22eaf6826f2aac5d67ac4843b54e87bbda818d0b /src/compositor/wayland_wrapper
parent94f0cc3f15a9fe037012d98c2e3e1d1e2efbd9fe (diff)
Initialize shellsurface pointer
Diffstat (limited to 'src/compositor/wayland_wrapper')
-rw-r--r--src/compositor/wayland_wrapper/qwlsurface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/wayland_wrapper/qwlsurface.cpp b/src/compositor/wayland_wrapper/qwlsurface.cpp
index 3d87764d9..78aa44d51 100644
--- a/src/compositor/wayland_wrapper/qwlsurface.cpp
+++ b/src/compositor/wayland_wrapper/qwlsurface.cpp
@@ -115,6 +115,7 @@ Surface::Surface(struct wl_client *client, uint32_t id, int version, QWaylandCom
, m_buffer(0)
, m_surfaceMapped(false)
, m_attacher(0)
+ , m_shellSurface(0)
, m_extendedSurface(0)
, m_subSurface(0)
, m_inputPanelSurface(0)