summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-03-24 12:38:59 +0200
committerMarius Vlad <marius.vlad@collabora.com>2021-04-04 18:45:33 +0300
commit15363291c113ddd51d953541716f4549f3c9d153 (patch)
tree3b0df3ebcf465618ccd77528199c495c8c5c826d
parentd171c7b3ba346c4d0bd6494f45ebf0be3c3cc5fb (diff)
downloadweston-15363291c113ddd51d953541716f4549f3c9d153.tar.gz
kiosk-shell: Enable screenshooter in kiosk-shell
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
-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;