6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 /* ---------------------------- global macros ------------------------------ */
12 /* ---------------------------- type definitions --------------------------- */
14 /* ---------------------------- forward declarations ----------------------- */
16 /* ---------------------------- exported variables (globals) --------------- */
18 /* ---------------------------- interface functions ------------------------ */
20 void parse_colorset(int n
, char *line
);
21 void cleanup_colorsets(void);
22 void alloc_colorset(int n
);
23 void update_root_transparent_colorset(Atom prop
);
25 #endif /* COLORSET_H */