mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
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:
parent
7b48da4ab2
commit
bc4108fec0
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue