summaryrefslogtreecommitdiffstats
path: root/sway/desktop/wl_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/wl_shell.c')
-rw-r--r--sway/desktop/wl_shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index 5955fa9d..fff31da8 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -68,6 +68,7 @@ static const struct sway_view_impl view_impl = {
68 .get_prop = get_prop, 68 .get_prop = get_prop,
69 .configure = configure, 69 .configure = configure,
70 .close = _close, 70 .close = _close,
71 .destroy = destroy,
71}; 72};
72 73
73static void handle_commit(struct wl_listener *listener, void *data) { 74static void handle_commit(struct wl_listener *listener, void *data) {