aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-05 17:08:30 -0400
committerLibravatar emersion <contact@emersion.fr>2018-04-05 17:08:30 -0400
commit7ce1038478de99f9328beaa289503826f107ac83 (patch)
treeb97c605d90e72993a4bded65c663d6d947f316bc /sway/desktop/xdg_shell_v6.c
parentTrack damage of xdg-shell-v6 popups (diff)
downloadsway-7ce1038478de99f9328beaa289503826f107ac83.tar.gz
sway-7ce1038478de99f9328beaa289503826f107ac83.tar.zst
sway-7ce1038478de99f9328beaa289503826f107ac83.zip
Fix xwayland unmanaged surfaces
Diffstat (limited to 'sway/desktop/xdg_shell_v6.c')
-rw-r--r--sway/desktop/xdg_shell_v6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/xdg_shell_v6.c b/sway/desktop/xdg_shell_v6.c
index baf07a1e..c66cc39a 100644
--- a/sway/desktop/xdg_shell_v6.c
+++ b/sway/desktop/xdg_shell_v6.c
@@ -147,6 +147,7 @@ static const struct sway_view_impl view_impl = {
147 .configure = configure, 147 .configure = configure,
148 .set_activated = set_activated, 148 .set_activated = set_activated,
149 .close = _close, 149 .close = _close,
150 .destroy = destroy,
150}; 151};
151 152
152static void handle_commit(struct wl_listener *listener, void *data) { 153static void handle_commit(struct wl_listener *listener, void *data) {