mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
overlay: take into account <core><gap> for region overlay
This commit is contained in:
parent
38e57891b5
commit
6e7c4a181e
3 changed files with 52 additions and 42 deletions
|
|
@ -504,6 +504,7 @@ enum view_edge view_edge_invert(enum view_edge edge);
|
|||
/* If view is NULL, the size of SSD is not considered */
|
||||
struct wlr_box view_get_edge_snap_box(struct view *view, struct output *output,
|
||||
enum view_edge edge);
|
||||
struct wlr_box view_get_region_snap_box(struct view *view, struct region *region);
|
||||
|
||||
/**
|
||||
* view_is_focusable() - Check whether or not a view can be focused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue