mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-19 05:34:02 -04:00
Quit screenshooter when idle.
This commit is contained in:
parent
9af92b380c
commit
f53f4bbd52
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ int main(int argc, char *argv[])
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
|
||||||
screenshooter_shoot(s);
|
screenshooter_shoot(s);
|
||||||
|
g_idle_add((GSourceFunc) g_main_loop_quit, loop);
|
||||||
g_main_loop_run(loop);
|
g_main_loop_run(loop);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue