summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandshellsurface_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@kdab.com>2016-07-02 10:57:16 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2016-12-02 15:23:19 +0000
commit542c6392ca52f86bd5fffb6141e93ad2a1ab8fcb (patch)
treef8d7b711890db3b8857c90914589186985241b64 /src/client/qwaylandshellsurface_p.h
parent74e146ac208dcbfc34c99d903e9827ef2b932046 (diff)
Add xdg_shell_v6 support for Qt clients
Task-number: QTBUG-56174 Change-Id: I6610905d0c9f29be29e812bcac193ea2a7e4f107 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/client/qwaylandshellsurface_p.h')
-rw-r--r--src/client/qwaylandshellsurface_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandshellsurface_p.h b/src/client/qwaylandshellsurface_p.h
index e700d5a18..06d92ba08 100644
--- a/src/client/qwaylandshellsurface_p.h
+++ b/src/client/qwaylandshellsurface_p.h
@@ -85,6 +85,7 @@ public:
virtual void setWindowFlags(Qt::WindowFlags flags);
virtual bool isExposed() const { return true; }
+ virtual bool handleExpose(const QRegion &) { return false; }
virtual void raise() {}
virtual void lower() {}