CTWM
Loading...
Searching...
No Matches
Data Fields
ScreenInfo::_StdCmapInfo Struct Reference

Various XStandardColormaps on the screen. More...

#include <screen.h>

Collaboration diagram for ScreenInfo::_StdCmapInfo:
[legend]

Data Fields

StdCmaphead
 list of maps
 
StdCmaptail
 list of maps
 
StdCmapmru
 Most recently used in list.
 
int mruindex
 index of mru in entry
 

Detailed Description

Various XStandardColormaps on the screen.

See Xlib documentation for XStandardColormaps (e.g., https://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html#Standard_Colormaps) if you need to make sense of it.

Definition at line 327 of file screen.h.

Field Documentation

◆ head

StdCmap* ScreenInfo::_StdCmapInfo::head

list of maps

Definition at line 328 of file screen.h.

◆ mru

StdCmap* ScreenInfo::_StdCmapInfo::mru

Most recently used in list.

Definition at line 330 of file screen.h.

◆ mruindex

int ScreenInfo::_StdCmapInfo::mruindex

index of mru in entry

Definition at line 331 of file screen.h.

◆ tail

StdCmap* ScreenInfo::_StdCmapInfo::tail

list of maps

Definition at line 329 of file screen.h.


The documentation for this struct was generated from the following file: