output: Use better arg naming for output_update_all_usable_areas()

This restores the original approach of naming the argument `layout_changed`
which fits much better than `enforce_view_arrange`. Especially when extending
the function to also handle region updates once merged.
This commit is contained in:
Consolatis 2023-01-06 19:54:51 +01:00
parent 7b48da4ab2
commit bc4108fec0
3 changed files with 5 additions and 5 deletions

View file

@ -97,7 +97,7 @@ seat_disinhibit_input(struct seat *seat)
* Triggers a refocus of the topmost surface layer if necessary
* TODO: Make layer surface focus per-output based on cursor position
*/
output_update_all_usable_areas(seat->server, /*enforce_view_arrange*/ false);
output_update_all_usable_areas(seat->server, /*layout_changed*/ false);
}
static void