chase wlroots: xwayland separate maximized axis MR 4670

Ref: ceb4fcedca30d323a05836b0872bfe773a047ccc
("xwm: expose individual axis for _set_maximized()")
This commit is contained in:
Consolatis 2024-11-27 03:53:28 +01:00 committed by Johan Malm
parent a617accfd8
commit 1eaba4af33
5 changed files with 8 additions and 7 deletions

View file

@ -140,7 +140,7 @@ struct view_impl {
* minimizing we don't destroy the foreign toplevel handle).
*/
void (*unmap)(struct view *view, bool client_request);
void (*maximize)(struct view *view, bool maximize);
void (*maximize)(struct view *view, enum view_axis maximized);
void (*minimize)(struct view *view, bool minimize);
struct view *(*get_root)(struct view *self);
void (*append_children)(struct view *self, struct wl_array *children);