Fix maximize delay in xdg-shell

This commit is contained in:
emersion 2017-11-09 21:41:11 +01:00
parent 0204f811b4
commit bf1b12a725
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 23 additions and 5 deletions

View file

@ -27,6 +27,7 @@ struct roots_xdg_surface_v6 {
struct wl_listener destroy;
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_maximize;
};
struct roots_xwayland_surface {