mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
resize resistance support
This commit is contained in:
parent
a24e17dea7
commit
ac58ab10a7
3 changed files with 70 additions and 0 deletions
|
|
@ -346,6 +346,8 @@ void subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface)
|
|||
|
||||
void view_set_activated(struct view *view, bool activated);
|
||||
void move_resistance(struct view *view, double *x, double *y, bool screen_edge);
|
||||
void resize_resistance(struct view *view, struct wlr_box *new_view_geo,
|
||||
bool screen_edge);
|
||||
struct border view_border(struct view *view);
|
||||
void view_move_resize(struct view *view, struct wlr_box geo);
|
||||
void view_move(struct view *view, double x, double y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue