mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
xdg: use "usable_area" when positioning view
This commit is contained in:
parent
0eac290d54
commit
22f5073ebd
5 changed files with 34 additions and 35 deletions
|
|
@ -337,7 +337,8 @@ void output_damage_surface(struct output *output, struct wlr_surface *surface,
|
|||
void scale_box(struct wlr_box *box, float scale);
|
||||
void output_manager_init(struct server *server);
|
||||
struct output *output_from_wlr_output(struct server *server, struct wlr_output *wlr_output);
|
||||
struct wlr_box *output_box_from_cursor_coords(struct server *server);
|
||||
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 damage_all_outputs(struct server *server);
|
||||
void damage_view_whole(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue