Corrected comments in blocks.h

pull/11/head
Ashish Kumar Yadav 4 years ago
parent e4e31b6f79
commit 47b23633bd

@ -5,7 +5,8 @@
/* If interval of a block is set to 0, the block will only be updated once at startup.
* 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 pathc to NULL if clickability is not required for the block.
* Set signal to 0 if both clickability and signaling are not required for the block.
* Signal must be less than 10 for clickable blocks.
* If multiple signals are pending, then the lowest numbered one will be delivered first. */

Loading…
Cancel
Save