mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
chase wlroots: xwayland separate maximized axis MR 4670
Ref: ceb4fcedca30d323a05836b0872bfe773a047ccc
("xwm: expose individual axis for _set_maximized()")
This commit is contained in:
parent
a617accfd8
commit
1eaba4af33
5 changed files with 8 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue