aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
diff options
context:
space:
mode:
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) {