aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-30 16:53:27 -0400
committerLibravatar GitHub <noreply@github.com>2018-03-30 16:53:27 -0400
commit5ac5e7d5a69e9d45a20d6d787a2665279845c74b (patch)
treed55cdd62bd7470ff67953613c25a3a9b85182f50 /include
parentMerge pull request #1662 from swaywm/workspace-delete-fixes (diff)
parentMerge branch 'wlroots' into wlroots-xwayland-map (diff)
downloadsway-5ac5e7d5a69e9d45a20d6d787a2665279845c74b.tar.gz
sway-5ac5e7d5a69e9d45a20d6d787a2665279845c74b.tar.zst
sway-5ac5e7d5a69e9d45a20d6d787a2665279845c74b.zip
Merge pull request #1667 from emersion/wlroots-xwayland-map
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 {
28 struct wl_listener request_resize; 28 struct wl_listener request_resize;
29 struct wl_listener request_maximize; 29 struct wl_listener request_maximize;
30 struct wl_listener request_configure; 30 struct wl_listener request_configure;
31 struct wl_listener unmap_notify; 31 struct wl_listener unmap;
32 struct wl_listener map_notify; 32 struct wl_listener map;
33 struct wl_listener destroy; 33 struct wl_listener destroy;
34 34
35 int pending_width, pending_height; 35 int pending_width, pending_height;