summaryrefslogtreecommitdiff
path: root/src/plugins/platforms/qwayland-xcomposite-egl
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2013-04-19 12:41:30 +0200
committerSamuel Rødal <samuel.rodal@digia.com>2013-04-23 14:18:54 +0200
commit00941d24ab331d609a9e003d9df9059e3808b434 (patch)
treeef8f5e27abb350e1be0e371ac93b594166a25111 /src/plugins/platforms/qwayland-xcomposite-egl
parentbbc20f045dbce61fc77dec2af895f348c3a3501e (diff)
downloadqtwayland-00941d24ab331d609a9e003d9df9059e3808b434.tar.gz
Fixed / cleaned up xcomposite integrations.
Compile fix and adaptation after qtwaylandscanner changes. Change-Id: I3dbaaaf6c01e1b5d5a7a36fedc036d3b0d20a4bc Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'src/plugins/platforms/qwayland-xcomposite-egl')
-rw-r--r--src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglintegration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglintegration.h b/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglintegration.h
index 034d00d5..e93307ee 100644
--- a/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglintegration.h
+++ b/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglintegration.h
@@ -82,6 +82,8 @@ public:
int screen() const;
Window rootWindow() const;
+ bool supportsThreadedOpenGL() const { return true; }
+
private:
QWaylandDisplay *mWaylandDisplay;
struct wl_xcomposite *mWaylandComposite;