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

Various colormaps used on the Screen. More...

#include <screen.h>

Collaboration diagram for ScreenInfo::_cmapInfo:
[legend]

Data Fields

Colormapscmaps
 Current list of colormap windows.
 
int maxCmaps
 Maximum number of installed colormaps.
 
unsigned long first_req
 seq # for first XInstallColormap() req in pass thru loading a colortable list
 
int root_pushes
 current push level to install root colormap windows
 
Colormapspushed_cmaps
 saved colormaps to install when pushes drops to zero
 

Detailed Description

Various colormaps used on the Screen.

These probably have little effect in a world where 24bpp is a baseline...

Definition at line 307 of file screen.h.

Field Documentation

◆ cmaps

Colormaps* ScreenInfo::_cmapInfo::cmaps

Current list of colormap windows.

Definition at line 308 of file screen.h.

◆ first_req

unsigned long ScreenInfo::_cmapInfo::first_req

seq # for first XInstallColormap() req in pass thru loading a colortable list

Definition at line 312 of file screen.h.

◆ maxCmaps

int ScreenInfo::_cmapInfo::maxCmaps

Maximum number of installed colormaps.

Definition at line 309 of file screen.h.

◆ pushed_cmaps

Colormaps* ScreenInfo::_cmapInfo::pushed_cmaps

saved colormaps to install when pushes drops to zero

Definition at line 316 of file screen.h.

◆ root_pushes

int ScreenInfo::_cmapInfo::root_pushes

current push level to install root colormap windows

Definition at line 314 of file screen.h.


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