aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-30 13:34:25 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-03-30 13:34:25 -0400
commit11c686b43a416375b4943c401d6c820cdf2e00a2 (patch)
tree533fa2ed4d161a9e4c5d83c12387e51c03ea8ca0 /include
parent5acb7f2e50c77ecd7c4ea1683cb44d64da386b98 (diff)
Use the new map/unmap events for xwayland views
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index e5f53f4e..54f6d90e 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -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;