mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add maximize support for xwayland in rootston
This commit is contained in:
parent
4df8be1a8f
commit
2118c691b1
2 changed files with 26 additions and 6 deletions
|
|
@ -36,6 +36,7 @@ struct roots_xwayland_surface {
|
|||
struct wl_listener request_configure;
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
struct wl_listener request_maximize;
|
||||
struct wl_listener map_notify;
|
||||
struct wl_listener unmap_notify;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue