summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kiosk-shell/kiosk-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kiosk-shell/kiosk-shell.c b/kiosk-shell/kiosk-shell.c
index c25d139e..c2868706 100644
--- a/kiosk-shell/kiosk-shell.c
+++ b/kiosk-shell/kiosk-shell.c
@@ -1084,6 +1084,8 @@ wet_shell_init(struct weston_compositor *ec,
shell->output_moved_listener.notify = kiosk_shell_handle_output_moved;
wl_signal_add(&ec->output_moved_signal, &shell->output_moved_listener);
+ screenshooter_create(ec);
+
kiosk_shell_add_bindings(shell);
return 0;