2
* Colormap handling funcs
4
#ifndef _CTWM_COLORMAPS_H
5
#define _CTWM_COLORMAPS_H
8
int InstallWindowColormaps(int type, TwmWindow *tmp);
9
int InstallColormaps(int type, Colormaps *cmaps);
10
void InstallRootColormap(void);
11
void UninstallRootColormap(void);
14
#endif /* _CTWM_COLORMAPS_H */