Skip to content

xdg-toplevel: don't send maximized if tiled is requested but not supported

This is a bit too magical and may break compositors which try not to send duplicate configure events.

Breaking changes

  • wlroots doesn't send xdg_toplevel.state.maximized if a tiled state was requested but the xdg_toplevel's version is too low anymore. To retain previous behavior, check the version of wlr_xdg_toplevel.resource and send xdg_toplevel.state.maximized manually if required.

Merge request reports