summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/qwlshellsurface_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-10-23 18:37:16 +0300
committerGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-10-28 09:52:16 +0100
commit7882407bb6bab6c042fd20592a63a875b74eb581 (patch)
tree811ad63b66919641735117260db76ee442ad0812 /src/compositor/wayland_wrapper/qwlshellsurface_p.h
parent806ada3e8b8d1ea8f29c839f22963417f7c34a90 (diff)
Be more careful when destroying wl_resourcesv5.4.0-rc1v5.4.0
The compositor must not destroy wl_resources when it wants to, else it breaks the contract with the client. Change-Id: Ic0d298072cdf0954d2504c04bff2bcc99733e621 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper/qwlshellsurface_p.h')
-rw-r--r--src/compositor/wayland_wrapper/qwlshellsurface_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/wayland_wrapper/qwlshellsurface_p.h b/src/compositor/wayland_wrapper/qwlshellsurface_p.h
index f724ef290..92405bbc9 100644
--- a/src/compositor/wayland_wrapper/qwlshellsurface_p.h
+++ b/src/compositor/wayland_wrapper/qwlshellsurface_p.h
@@ -112,7 +112,6 @@ private:
Shell *m_shell;
Surface *m_surface;
QWaylandSurfaceView *m_view;
- bool m_deleting;
ShellSurfaceResizeGrabber *m_resizeGrabber;
ShellSurfaceMoveGrabber *m_moveGrabber;