[wip] convert to wlr_fbox

This commit is contained in:
Consolatis 2022-07-04 01:09:13 +02:00
parent 7585c7c26a
commit aa6e80d9a1
6 changed files with 22 additions and 22 deletions

View file

@ -435,7 +435,7 @@ void view_adjust_for_layout_change(struct view *view);
void view_discover_output(struct view *view);
void view_move_to_edge(struct view *view, const char *direction);
void view_snap_to_edge(struct view *view, const char *direction);
void view_rel_move_resize_to(struct view *view, struct wlr_box *rel_box);
void view_rel_move_resize_to(struct view *view, struct wlr_fbox *rel_box);
const char *view_get_string_prop(struct view *view, const char *prop);
void view_update_title(struct view *view);