The source project of this merge request has been removed.
Code cleanup: Use a pointer to GdkRGBA instead of a value
This patch was triggered by fixing if(&options.color)
which always evaluates to true.
Additional changes in order to simply code:
- Use g_new0() instead of g_new()
- Store global->monitor[count[ to a local variable