summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
diff options
context:
space:
mode:
authorJan Arne Petersen <jan.petersen@kdab.com>2014-08-10 06:54:55 +0200
committerJan Arne Petersen <jan.petersen@kdab.com>2014-08-13 21:24:40 +0200
commitc288de20291eb5d9a3dc3e3eae16d007fd08afa3 (patch)
treed1fcf22a9e1d84978f76c1b10de255feb8fbbe95 /src/client/qwaylanddisplay_p.h
parentbbae1f2afe5aaa8522dfeb6de6c759c54c4292ef (diff)
Add support for setMask to set input region
Also fix input region handling in compositor. Change-Id: If88ad6a03443526eddee045d7af54daf5057373a Done-with: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
Diffstat (limited to 'src/client/qwaylanddisplay_p.h')
-rw-r--r--src/client/qwaylanddisplay_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index 6ed30d195..ade8475e7 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -103,6 +103,7 @@ public:
struct wl_surface *createSurface(void *handle);
QWaylandShellSurface *createShellSurface(QWaylandWindow *window);
+ struct ::wl_region *createRegion(const QRegion &qregion);
QWaylandClientBufferIntegration *clientBufferIntegration() const;