~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to colormaps.h

  • Committer: Matthew Fuller
  • Date: 2016-08-29 16:32:07 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: fullermd@over-yonder.net-20160829163207-k9vfb4h3a157k9rv
Inagurate a colormaps.c by pulling the colormap functions out of
events.c.  More scattered through the codebase yet to come.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Colormap handling funcs
 
3
 */
 
4
#ifndef _CTWM_COLORMAPS_H
 
5
#define _CTWM_COLORMAPS_H
 
6
 
 
7
 
 
8
int InstallWindowColormaps(int type, TwmWindow *tmp);
 
9
int InstallColormaps(int type, Colormaps *cmaps);
 
10
void InstallRootColormap(void);
 
11
void UninstallRootColormap(void);
 
12
 
 
13
 
 
14
#endif /* _CTWM_COLORMAPS_H */