mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -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
|
|
@ -433,7 +433,7 @@ void output_manager_init(struct server *server);
|
|||
struct output *output_from_wlr_output(struct server *server,
|
||||
struct wlr_output *wlr_output);
|
||||
void output_update_usable_area(struct output *output);
|
||||
void output_update_all_usable_areas(struct server *server, bool enforce_view_arrange);
|
||||
void output_update_all_usable_areas(struct server *server, bool layout_changed);
|
||||
struct wlr_box output_usable_area_in_layout_coords(struct output *output);
|
||||
struct wlr_box output_usable_area_from_cursor_coords(struct server *server);
|
||||
void handle_output_power_manager_set_mode(struct wl_listener *listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue