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:
parent
3eea505440
commit
becdd0dbd2
3 changed files with 17 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue