mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
output: Add output_is_usable() helper
This commit is contained in:
parent
fe7edf82d9
commit
6efc6a9db4
5 changed files with 20 additions and 18 deletions
|
|
@ -416,6 +416,7 @@ void output_init(struct server *server);
|
|||
void output_manager_init(struct server *server);
|
||||
struct output *output_from_wlr_output(struct server *server,
|
||||
struct wlr_output *wlr_output);
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue