mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
src/xwayland.c: make size_hints globally accessible
This commit is contained in:
parent
a89bcc3c60
commit
c8321e3264
2 changed files with 17 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ struct view_impl {
|
|||
void (*move_to_back)(struct view *view);
|
||||
struct view *(*get_root)(struct view *self);
|
||||
void (*append_children)(struct view *self, struct wl_array *children);
|
||||
void (*fill_size_hints)(struct view *self, struct wlr_box *box);
|
||||
};
|
||||
|
||||
struct view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue