mirror of
https://github.com/labwc/labwc.git
synced 2025-11-12 13:30:11 -05:00
Add output_usable_area_scaled() helper
Preparatory for snap to window edge framework.
This commit is contained in:
parent
5eb769d6d6
commit
afe92654fd
2 changed files with 19 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ bool output_is_usable(struct output *output);
|
|||
void output_update_usable_area(struct output *output);
|
||||
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_scaled(struct output *output);
|
||||
void handle_output_power_manager_set_mode(struct wl_listener *listener,
|
||||
void *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue