CTWM
Toggle main menu visibility
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
8
bool
InstallWindowColormaps
(
int
type,
TwmWindow
*tmp);
9
bool
InstallColormaps
(
int
type,
Colormaps
*cmaps);
10
void
InstallRootColormap
(
void
);
11
void
UninstallRootColormap
(
void
);
12
13
TwmColormap
*
CreateTwmColormap
(Colormap c);
14
ColormapWindow
*
CreateColormapWindow
(Window w,
bool
creating_parent,
15
bool
property_window);
16
void
FetchWmColormapWindows
(
TwmWindow
*tmp);
17
18
void
BumpWindowColormap
(
TwmWindow
*tmp,
int
inc);
19
20
void
InsertRGBColormap
(Atom a, XStandardColormap *maps,
int
nmaps,
21
bool
replace);
22
void
RemoveRGBColormap
(Atom a);
23
void
LocateStandardColormaps
(
void
);
24
25
void
free_cwins
(
TwmWindow
*tmp);
26
27
#endif
/* _CTWM_COLORMAPS_H */
FetchWmColormapWindows
void FetchWmColormapWindows(TwmWindow *tmp)
Definition
colormaps.c:354
InstallWindowColormaps
bool InstallWindowColormaps(int type, TwmWindow *tmp)
Definition
colormaps.c:39
BumpWindowColormap
void BumpWindowColormap(TwmWindow *tmp, int inc)
Definition
colormaps.c:496
free_cwins
void free_cwins(TwmWindow *tmp)
Definition
colormaps.c:676
RemoveRGBColormap
void RemoveRGBColormap(Atom a)
Definition
colormaps.c:605
InstallColormaps
bool InstallColormaps(int type, Colormaps *cmaps)
Definition
colormaps.c:51
UninstallRootColormap
void UninstallRootColormap(void)
Definition
colormaps.c:213
CreateTwmColormap
TwmColormap * CreateTwmColormap(Colormap c)
Definition
colormaps.c:246
CreateColormapWindow
ColormapWindow * CreateColormapWindow(Window w, bool creating_parent, bool property_window)
Definition
colormaps.c:274
InsertRGBColormap
void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, bool replace)
Definition
colormaps.c:555
InstallRootColormap
void InstallRootColormap(void)
Definition
colormaps.c:173
LocateStandardColormaps
void LocateStandardColormaps(void)
Definition
colormaps.c:647
ColormapWindow
Definition
ctwm.h:271
Colormaps
Definition
ctwm.h:278
TwmColormap
Definition
ctwm.h:257
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
colormaps.h
Generated by
1.18.0