Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DspCel(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XDisplayCells, DisplayCells — query number of cells in default colormap of screen. 

SYNOPSIS

int XDisplayCells(display, screen_number)
      Display ∗display;
      int screen_number;

ARGUMENTS

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

screen_number
Specifies the appropriate screen number on the host server.

RETURNS

The number of colorcells in a colormap. 

DESCRIPTION

XDisplayCells() returns the number of entries in the default colormap of the specified screen. 

The C language macro DisplayCells() is equivalent and slightly more efficient. 

This function is misnamed; it should really be XScreenCells(). 

SEE ALSO

XDisplayPlanes(), XDefaultColormap∗(). 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026