Skip to content

Code cleanup: Use a pointer to GdkRGBA instead of a value

Ghost User requested to merge (removed):colors1 into master

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

Merge request reports