|
CTWM
|
Information about some XStandardColormap we're using. More...
#include <screen.h>
Data Fields | |
| struct StdCmap * | next |
| Atom | atom |
| int | nmaps |
| XStandardColormap * | maps |
Information about some XStandardColormap we're using.
See Xlib docs for details.
| Atom StdCmap::atom |
Definition at line 48 of file screen.h.
Referenced by InsertRGBColormap(), and RemoveRGBColormap().
| XStandardColormap* StdCmap::maps |
Definition at line 50 of file screen.h.
Referenced by GetColor(), InsertRGBColormap(), and RemoveRGBColormap().
| struct StdCmap* StdCmap::next |
Definition at line 47 of file screen.h.
Referenced by GetColor(), InsertRGBColormap(), and RemoveRGBColormap().
| int StdCmap::nmaps |
Definition at line 49 of file screen.h.
Referenced by GetColor(), and InsertRGBColormap().