mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view: move MoveRelative code from action.c and restore natural geometry
This commit is contained in:
parent
c6e2f667d3
commit
cb4afadd01
3 changed files with 19 additions and 4 deletions
|
|
@ -165,6 +165,7 @@ void view_close(struct view *view);
|
|||
void view_move_resize(struct view *view, struct wlr_box geo);
|
||||
void view_resize_relative(struct view *view,
|
||||
int left, int right, int top, int bottom);
|
||||
void view_move_relative(struct view *view, int x, int y);
|
||||
void view_move(struct view *view, int x, int y);
|
||||
void view_moved(struct view *view);
|
||||
void view_minimize(struct view *view, bool minimized);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue