Related to https://sourceforge.net/p/lxde/bugs/890/ , lxpanel cpu plugin always ignores panel font size configuration, no matter how long user waits for such configuration to be applied.
Thank you very much. Overall it looks good but I would rather create new API lxpanel_draw_label_text_with_color() similar to lxpanel_draw_label_text() one and use it instead of all those changes:
Thank you very much. Overall it looks good but I would rather create new API lxpanel_draw_label_text_with_color() similar to lxpanel_draw_label_text() one and use it instead of all those changes:
Okay, thank you for review. I think your idea is much better, and I think the (newly) attached patch should follow your idea.
Note that currently with this patch, I left APIs (of symbols) which are already visible outside unchanged, so I added some "wrapper" functions.
And this is "thermal" plugin, not "cpu"... sorry.
Thank you very much. Pushed your change into GIT repository.