]> git.sur5r.net Git - i3/i3/commit
i3bar: Allow child to specify signals to use
authorQuentin Glidic <sardemff7+git@sardemff7.net>
Mon, 20 Aug 2012 20:20:37 +0000 (22:20 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 22 Sep 2012 13:13:21 +0000 (15:13 +0200)
commit8210c6be7999d8614a9fd0814bab750fd5f5c4d5
treeee54c63c279746a739f228e38a070be193fda6b8
parent1e114d7ab5296a6d9edb58653039bd65098b412c
i3bar: Allow child to specify signals to use

We now wait for the child process to send the first line before stopping
it to use the signal which might be specified in the i3bar protocol
header
Since clients might use the same signal for both stop and cont, we also
save the stopped state of the child to avoid stopping it while hidden!
i3bar/include/child.h
i3bar/include/parse_json_header.h
i3bar/src/child.c
i3bar/src/parse_json_header.c