summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandscreen_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2015-04-23 19:32:28 +0300
committerGiulio Camuffo <giulio.camuffo@jollamobile.com>2015-05-28 07:48:22 +0000
commit817c7e0c365e9b0e2b9d4f3ed06dd192a57bd6af (patch)
tree5b84cf28217b9ab11ebee07fb73a39e71f77b3aa /src/client/qwaylandscreen_p.h
parentf87e9e28aaa37888baa3c530d74c61f8c5826ef1 (diff)
Fix crash when the wl_shm global comes after a wl_output one
Task-number: QTBUG-44503 Change-Id: I6932df57bb4560b6dceb72a5cb7c536cd090e92a Reviewed-by: Martin Gräßlin <mgraesslin@kde.org> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/client/qwaylandscreen_p.h')
-rw-r--r--src/client/qwaylandscreen_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandscreen_p.h b/src/client/qwaylandscreen_p.h
index 35adee34a..06389f7e4 100644
--- a/src/client/qwaylandscreen_p.h
+++ b/src/client/qwaylandscreen_p.h
@@ -53,6 +53,7 @@ public:
QWaylandScreen(QWaylandDisplay *waylandDisplay, int version, uint32_t id);
~QWaylandScreen();
+ void init();
QWaylandDisplay *display() const;
QRect geometry() const;