mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
`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.