Mentioning realtime is not really required
This commit is contained in:
parent
f6afe3c37f
commit
637e252c01
2
blocks.h
2
blocks.h
|
@ -7,7 +7,7 @@
|
||||||
* If interval is set to a negative value, the block will never be updated in the main loop.
|
* If interval is set to a negative value, the block will never be updated in the main loop.
|
||||||
* Set signal to 0 if signalling is not required for the block.
|
* Set signal to 0 if signalling is not required for the block.
|
||||||
* Signal must be less than 10 for clickable blocks.
|
* Signal must be less than 10 for clickable blocks.
|
||||||
* If multiple realtime signals are pending, then the lowest numbered signal is delivered first. */
|
* If multiple signals are pending, then the lowest numbered one will be delivered first. */
|
||||||
|
|
||||||
/* pathu - path of the program whose output is to be used for status text
|
/* pathu - path of the program whose output is to be used for status text
|
||||||
* pathc - path of the program to be executed on clicks */
|
* pathc - path of the program to be executed on clicks */
|
||||||
|
|
Loading…
Reference in a new issue