CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/colormaps.h
Go to the documentation of this file.
1/*
2 * Colormap handling funcs
3 */
4#ifndef _CTWM_COLORMAPS_H
5#define _CTWM_COLORMAPS_H
6
7
9bool InstallColormaps(int type, Colormaps *cmaps);
10void InstallRootColormap(void);
11void UninstallRootColormap(void);
12
15 bool property_window);
17
19
20void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
21 bool replace);
24
26
27#endif /* _CTWM_COLORMAPS_H */
static int PlaceX
Definition add_window.c:82
void FetchWmColormapWindows(TwmWindow *tmp)
Definition colormaps.c:354
bool InstallWindowColormaps(int type, TwmWindow *tmp)
Definition colormaps.c:39
void BumpWindowColormap(TwmWindow *tmp, int inc)
Definition colormaps.c:496
void free_cwins(TwmWindow *tmp)
Definition colormaps.c:676
void RemoveRGBColormap(Atom a)
Definition colormaps.c:605
bool InstallColormaps(int type, Colormaps *cmaps)
Definition colormaps.c:51
void UninstallRootColormap(void)
Definition colormaps.c:213
TwmColormap * CreateTwmColormap(Colormap c)
Definition colormaps.c:246
ColormapWindow * CreateColormapWindow(Window w, bool creating_parent, bool property_window)
Definition colormaps.c:274
void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, bool replace)
Definition colormaps.c:555
void InstallRootColormap(void)
Definition colormaps.c:173
void LocateStandardColormaps(void)
Definition colormaps.c:647
Info and control for every X Window we take over.