createPixmap :: Size -> Depth -> Cont (K a b) PixmapId
createPixmap size depth kernel
createPixmap
creates a pixmap of the given size and depth in the belonging to
the calling fudget.
size :: Size
depth :: Depth
kernel :: ??
XCreatePixmap
in the Xlib Programming Manual
.