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 |
---|
imagebyteorder(3x11) - redhat |
bitmapbitorder(3x11) - redhat |
bitmappad(3x11) - redhat |
displayheightmm(3x11) - redhat |
displaywidth(3x11) - redhat |
Similar Topics in the Unix Linux Community |
---|
SAN Migration question |
awk - Multi-line data to be stored in variable |
Seeking Alternative for diff in hp |
Wrong Array... |
Tar Command |