mirror of
https://github.com/labwc/labwc.git
synced 2026-02-21 01:40:26 -05:00
resistance: remove bool, add resistance.h + license
This commit is contained in:
parent
4d5b4be608
commit
91a9f1dec9
4 changed files with 77 additions and 75 deletions
|
|
@ -345,9 +345,6 @@ void view_child_finish(struct view_child *child);
|
|||
void subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface);
|
||||
|
||||
void view_set_activated(struct view *view, bool activated);
|
||||
void resistance_move_apply(struct view *view, double *x, double *y, bool screen_edge);
|
||||
void resistance_resize_apply(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