Searched refs:idlecolor (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/pulse/
H A DPulseApp.cpp45 uint32 framecolor = 0, activecolor = 0, idlecolor = 0; local
54 {"idlecolor", 1, 0, 0},
69 case 4: /* idlecolor */
82 idlecolor = rgb;
108 if (idlecolor != 0)
109 fPrefs->deskbar_idle_color = idlecolor;
116 if (idlecolor != 0)
117 fPrefs->mini_idle_color = idlecolor;
293 "\t[--activecolor 0xrrggbb] [--idlecolor 0xrrggbb]"));

Completed in 76 milliseconds