NAME
XmuReleaseStippledPixmap — release pixmap created with XmuCreateStippledPixmap.
SYNOPSIS
#include <X11/Xmu/Drawing.h>
void XmuReleaseStippledPixmap(screen, pixmap)
Screen ∗screen;
Pixmap pixmap;
ARGUMENTS
screenSpecifies the screen the pixmap was created on.
pixmapSpecifies the pixmap to free.
DESCRIPTION
XmuReleaseStippledPixmap frees a pixmap created with XmuCreateStippledPixmap, to maintain correct cache reference counts.
SEE ALSO
XmuCreatePixmapFromBitmap, XmuCreateStippledPixmap, XmuDrawLogo, XmuDrawRoundedRectangle, XmuFillRoundedRectangle, XmuLocateBitmapFile, XmuReadBitmapData, XmuReadBitmapDataFromFile.
Xlib Reference Manual