hpux man page for xdisplayplanes

Query: xdisplayplanes

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XDisplayPlanes()														  XDisplayPlanes()

Name
  XDisplayPlanes, DisplayPlanes - get number of planes of specified screen.

Synopsis
  int XDisplayPlanes(display, screen_number)
	   Display *display;
	   int screen_number;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  screen_number
	    Specifies the appropriate screen number on the host server.

Returns
  The number of planes.

Description
  XDisplayPlanes() returns the depth (number of planes or number of bits per pixel) of the root window of the specified screen.

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

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

See Also
  XDefaultDepth*(), XDefaultDepthOfScreen().

Xlib - Macro Equivalents													  XDisplayPlanes()
Related Man Pages
defaultdepth(3x11) - ultrix
defaultscreen(3x11) - ultrix
defaultvisual(3x11) - ultrix
lastknownrequestprocessed(3x11) - ultrix
xdefault(3) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Sequence extraction
Thank you members and admins