¤ createPixmap

Types

createPixmap :: Size -> Depth -> Cont (K a b) PixmapId

Synopsis

createPixmap size depth kernel

Description

createPixmap creates a pixmap of the given size and depth in the belonging to the calling fudget.

Arguments

size :: Size
pixmap size.
depth :: Depth
pixmap depth.
kernel :: ??
a fudget kernel parameterized by a pixmap.

See Also

cmdContK FreePixmap XCreatePixmap in the Xlib Programming Manual .