mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
Refactor view_move_resize()
This commit is contained in:
parent
57588aa173
commit
e0770a5672
5 changed files with 8 additions and 15 deletions
|
|
@ -222,7 +222,7 @@ void xwayland_unmanaged_create(struct server *server,
|
|||
*/
|
||||
struct wlr_box view_get_surface_geometry(struct view *view);
|
||||
struct wlr_box view_geometry(struct view *view);
|
||||
void view_resize(struct view *view, struct wlr_box geo);
|
||||
void view_move_resize(struct view *view, struct wlr_box geo);
|
||||
void view_minimize(struct view *view);
|
||||
void view_unminimize(struct view *view);
|
||||
void view_for_each_surface(struct view *view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue