xdg-shell: add map/unmap support

This commit is contained in:
emersion 2018-03-15 20:15:09 +01:00
parent 42cc575266
commit e607d0f7ee
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 356 additions and 257 deletions

View file

@ -44,6 +44,8 @@ struct roots_xdg_surface {
struct wl_listener destroy;
struct wl_listener new_popup;
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_maximize;