summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2021-11-09 14:34:06 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2021-12-07 12:25:13 +0100
commitf8b59e8c7861a1c91d95410c76bcbfa9f59bf305 (patch)
treed85c5c6b278a27b65e93db9104a220a61c58e9f3 /features
parent07ddfbfa43d08c2b76aabafaab38830e04a42690 (diff)
Remove the XComposite buffer sharing extension
These extensions were disabled because they did not work properly and they are no longer very useful. It does not make sense to keep non-functional code around when it is unlikely to be fixed. [ChangeLog][Extensions][The xcomposite-egl and xcomposite-glx shell extension protocols have been removed.] Task-number: QTBUG-97985 Change-Id: I0ad37bd2b35551d7b2b1e5e7d4e77a51037864ad Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'features')
-rw-r--r--features/wayland-scanner-client-wayland-protocol-include.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/wayland-scanner-client-wayland-protocol-include.prf b/features/wayland-scanner-client-wayland-protocol-include.prf
index 9c5d2d1ed..d21533c6d 100644
--- a/features/wayland-scanner-client-wayland-protocol-include.prf
+++ b/features/wayland-scanner-client-wayland-protocol-include.prf
@@ -2,7 +2,7 @@
# have requests that create objects with interfaces defined in the core
# wayland protocol.
#
-# E.g. the xcomposite protocol has a request which creates a wl_buffer. With
+# E.g. if a protocol has a request which creates a wl_buffer. With
# the regular wayland-scanner.prf compilation would fail because
# wl_buffer_interface is not defined.
#