Skip to content
Snippets Groups Projects
Commit f7843a50 authored by Marius Vlad's avatar Marius Vlad
Browse files

clients/screenshot: Allow weston-screenshooter to be called directly


As is stands now, libexec/weston-screenshooter can only be called from
within weston server. This will allow weston-screenshooter to be called
on the command line. The final scope here is to allow taking screenshots
without the need of a keyboard.

Signed-off-by: default avatarMarius Vlad <marius.vlad0@gmail.com>
parent 3c7cfbbf
No related branches found
No related tags found
1 merge request!60Weston debug screenshot keyboardless
......@@ -284,13 +284,6 @@ int main(int argc, char *argv[])
struct buffer_size buff_size = {};
struct screenshooter_data sh_data = {};
if (getenv("WAYLAND_SOCKET") == NULL) {
fprintf(stderr, "%s must be launched by weston.\n"
"Use the MOD+S shortcut to take a screenshot.\n",
program_invocation_short_name);
return -1;
}
display = wl_display_connect(NULL);
if (display == NULL) {
fprintf(stderr, "failed to create display: %m\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment