Add support for fullscreen xwayland views

This commit is contained in:
emersion 2017-11-20 17:58:26 +01:00
parent b04a9a248d
commit 80998cdf57
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 26 additions and 0 deletions

View file

@ -38,6 +38,7 @@ struct roots_xwayland_surface {
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_maximize;
struct wl_listener request_fullscreen;
struct wl_listener map_notify;
struct wl_listener unmap_notify;
};