Use the new map/unmap events for xwayland views

This commit is contained in:
emersion 2018-03-30 13:34:25 -04:00
parent 1c50d79e19
commit cf09ea184b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 11 additions and 11 deletions

View file

@ -28,8 +28,8 @@ struct sway_xwayland_surface {
struct wl_listener request_resize;
struct wl_listener request_maximize;
struct wl_listener request_configure;
struct wl_listener unmap_notify;
struct wl_listener map_notify;
struct wl_listener unmap;
struct wl_listener map;
struct wl_listener destroy;
int pending_width, pending_height;