~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to colormaps.c

  • Committer: Matthew Fuller
  • Date: 2016-08-30 19:35:39 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: fullermd@over-yonder.net-20160830193539-c7w1mrxs2m9imxvh
Might as well mention the provenant of these funcs too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 *                window structure, whose colormaps are to be installed.
33
33
 *
34
34
 ***********************************************************************
 
35
 *
 
36
 * Previously in events.c
35
37
 */
36
38
int
37
39
InstallWindowColormaps(int type, TwmWindow *tmp)
158
160
 *         Enter or Leave Notify events are queued, indicating some
159
161
 *         other colormap list would potentially be loaded anyway.
160
162
 ***********************************************************************
 
163
 *
 
164
 * Previously in events.c
161
165
 */
162
166
void
163
167
InstallRootColormap(void)