Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wayland: Fix use of xdg-decoration protocol
`zxdg_toplevel_decoration_v1` isn't a global, so the code handling it as one wasn't doing anything. Instead, `zxdg_decoration_manager_v1_get_toplevel_decoration` returns it. This fixes the behavior for compositors that support server-side decoration, but do not default to it until explicitly requested by the client.
- Loading branch information