XFreePixmap (3) Linux Manual Page
XCreatePixmap, XFreePixmap – create or destroy pixmaps Syntax Pixmap XCreatePixmap(Display *display, Drawable d, unsigned int width, unsigned int height, unsigned int depth); int XFreePixmap(Display *display, Pixmap pixmap); Arguments d Specifies which screen the pixmap is created on. depth Specifies the depth of the pixmap. display Specifies the connection to the X server. pixmap Specifies the…
