XmDestroyPixmap (3) Linux Manual Page
XmDestroyPixmap — A pixmap caching function that removes a pixmap from the pixmap cache
Synopsis
#include <Xm/Xm.h>
Boolean XmDestroyPixmap(
Screen * screen,
Pixmap pixmap);
Description
XmDestroyPixmap removes pixmaps that are no longer used. Pixmaps are completely freed only when there is no further reference to them.- screen
- Specifies the display screen for which the pixmap was requested
- pixmap
- Specifies the pixmap to be destroyed
