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

/haiku/src/apps/pulse/
H A DPulseApp.cpp45 uint32 framecolor = 0, activecolor = 0, idlecolor = 0; local
53 {"activecolor", 1, 0, 0},
68 case 3: /* activecolor */
79 activecolor = rgb;
106 if (activecolor != 0)
107 fPrefs->deskbar_active_color = activecolor;
114 if (activecolor != 0)
115 fPrefs->mini_active_color = activecolor;
293 "\t[--activecolor 0xrrggbb] [--idlecolor 0xrrggbb]"));

Completed in 38 milliseconds