kiosk-shell: Enable screenshooter in kiosk-shell

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
dev
Marius Vlad 4 years ago
parent d171c7b3ba
commit 15363291c1
  1. 2
      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; shell->output_moved_listener.notify = kiosk_shell_handle_output_moved;
wl_signal_add(&ec->output_moved_signal, &shell->output_moved_listener); wl_signal_add(&ec->output_moved_signal, &shell->output_moved_listener);
screenshooter_create(ec);
kiosk_shell_add_bindings(shell); kiosk_shell_add_bindings(shell);
return 0; return 0;

Loading…
Cancel
Save