summarylogtreecommitdiffstats
path: root/display.patch
diff options
context:
space:
mode:
authormickybart2017-05-08 12:29:03 -0400
committermickybart2017-05-08 12:29:03 -0400
commit7268e9761d67d6cdcc71e8a2f89af06649439beb (patch)
treea8f0d006b3da1e97f70b70346c617c485ec0f322 /display.patch
downloadaur-qt5-wayland-hybris.tar.gz
Initial release
Diffstat (limited to 'display.patch')
-rw-r--r--display.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/display.patch b/display.patch
new file mode 100644
index 000000000000..cb86a3fd840a
--- /dev/null
+++ b/display.patch
@@ -0,0 +1,13 @@
+diff --git a/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.cpp b/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.cpp
+index cc56694..37cde72 100644
+--- a/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.cpp
++++ b/src/hardwareintegration/compositor/libhybris-egl-server/libhybriseglserverbufferintegration.cpp
+@@ -169,7 +169,7 @@ void LibHybrisEglServerBufferIntegration::initializeHardware(QWaylandCompositor
+ return;
+ }
+
+- QtWaylandServer::qt_libhybris_egl_server_buffer::init(compositor->waylandDisplay(), 1);
++ QtWaylandServer::qt_libhybris_egl_server_buffer::init(compositor->display(), 1);
+ }
+
+ bool LibHybrisEglServerBufferIntegration::supportsFormat(QtWayland::ServerBuffer::Format format) const