Index Index for
Section 9
Index Alphabetical
listing for D
Bottom of page Bottom of
page

DepthRec(9s)

NAME

DepthRec - Graphics: Used by the DDX to describe one depth that a screen supports

SYNOPSIS

typedef struct _Depth { u_char depth; short numVids; VisualID *vids; } DepthRec;

MEMBERS

depth Specifies the number of bits/pixel for the depth. numVids Specifies the number of visuals that the depth supports. vids Specifies a pointer to an array of client IDs for each visual.

DESCRIPTION

The DepthRec data structure defines one depth that a screen supports. The DDX defines an array of DepthRecdata structures -- one for each supported depth.

FILES

</usr/X11R6/xc/programs/Xserver/include/scrnintstr.h>

SEE ALSO

Data Structures: ScreenRec(9s), VisualRec(9s)

Index Index for
Section 9
Index Alphabetical
listing for D
Top of page Top of
page