Add maximize support for xwayland in rootston

This commit is contained in:
emersion 2017-11-08 23:03:07 +01:00
parent 4df8be1a8f
commit 2118c691b1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 26 additions and 6 deletions

View file

@ -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;
};