xlistpixmapformats(3) hpux man page | unix.com

Man Page: xlistpixmapformats

Operating Environment: hpux

Section: 3

XListPixmapFormats()													      XListPixmapFormats()

Name
  XListPixmapFormats - obtain the supported pixmap formats for a given server.

Synopsis
  XPixmapFormatValues *XListPixmapFormats(display, count_return)
	Display *display;
	int *count_return;

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

  count_return
	    Returns the number of pixmap formats that are supported by the server.

Returns
  A list of structures describing pixmap formats.

Availability
  Release 4 and later.

Description
  XListPixmapFormats()	returns  an  array of XPixmapFormatValues structures that describe the types of Z format images that are supported by
  the specified server.  If insufficient memory is available, XListPixmapFormats() returns NULL.  To  free  the  allocated  storage  for  the
  XPixmapFormatValues structures, use XFree().

Structures
  typedef struct {
      int depth;
      int bits_per_pixel;
      int scanline_pad;
  } XPixmapFormatValues;

See Also
  XListDepths().

Xlib - Window Manager Hints												      XListPixmapFormats()
Related Man Pages
bitmappad(3x11) - redhat
bitmapunit(3x11) - redhat
displayheight(3x11) - redhat
bitmappad(3) - debian
displayheight(3) - debian
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
PHP Man Pages Now Available (Over 10,000)
Hpux 11iV3 administration document
Wrong Array...
Shopt -s histappend