Query: xlistpixmapformats
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 | 
|---|
| displayheight(3x11) - redhat | 
| displayheightmm(3x11) - redhat | 
| displaywidthmm(3x11) - redhat | 
| bitmappad(3) - debian | 
| displayheightmm(3) - debian | 
| Similar Topics in the Unix Linux Community | 
|---|
| Unix File Permissions | 
| How to list file size on HPUX? | 
| PHP Man Pages Now Available (Over 10,000) | 
| How to extract every repeated string between two specific string? | 
| SAN Migration question |