mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
xwayland: constrain view to top/left edge
This commit is contained in:
parent
35ff6e5bb0
commit
b46fa5e006
4 changed files with 31 additions and 15 deletions
|
|
@ -234,7 +234,8 @@ void keyboard_new(struct server *server, struct wlr_input_device *device);
|
|||
void output_frame(struct wl_listener *listener, void *data);
|
||||
void output_new(struct wl_listener *listener, void *data);
|
||||
|
||||
struct border deco_max_extents(struct view *view);
|
||||
struct border deco_thickness(struct view *view);
|
||||
struct wlr_box deco_max_extents(struct view *view);
|
||||
struct wlr_box deco_box(struct view *view, enum deco_part deco_part);
|
||||
enum deco_part deco_at(struct view *view, double lx, double ly);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue