mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
Improve expandibility
This commit is contained in:
parent
e1c8b3c641
commit
a24e17dea7
7 changed files with 67 additions and 57 deletions
|
|
@ -345,6 +345,8 @@ 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 move_resistance(struct view *view, double *x, double *y, 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);
|
||||
void view_minimize(struct view *view, bool minimized);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue