Convert over to use GetOpt::Long and introduce -f and -h.
[fvwm.git] / fvwm / colorset.h
blob8f8f0cabae1ba0b7bde0167f2a063b518554f17f
1 /* -*-c-*- */
3 #ifndef COLORSET_H
4 #define COLORSET_H
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 */