Skip to content

output-layout: make wlr_output_layout_get_box() take a box as parameter

Closes #812 (closed)

Sway PR: https://github.com/swaywm/sway/pull/6798

Breaking changes

  • wlr_output_layout_get_box() now returns nothing and takes struct wlr_box * as a parameter. If the function fails, the box is emptied.
Edited by Kirill Primak

Merge request reports