mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[wip] convert to wlr_fbox
This commit is contained in:
parent
7585c7c26a
commit
aa6e80d9a1
6 changed files with 22 additions and 22 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue