On Wayland, make wl_subcompositor protocol optional

This protocol is only used for (optional) Client Side Decorations
(where) the compositor still takes the burden of compositing various
window parts together, via subsurfaces that all belong to a single
window.

If this core protocol is not available, as is the case on gamescope,
disable CSD.
This commit is contained in:
Marijn Suijten 2023-12-14 18:04:15 +01:00 committed by GitHub
parent 3eea505440
commit becdd0dbd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

@ -17,6 +17,7 @@ Unreleased` header.
misinterpreted during a drag and drop operation.
- On X11, fix a bug where focusing the window would panic.
- On macOS, fix `refresh_rate_millihertz`.
- On Wayland, disable Client Side Decorations when `wl_subcompositor` is not supported.
# 0.29.4