createPixmap :: FudgetIO f => Point -> Int -> (PixmapId -> f b ho) -> f b ho
createPixmap size depth kernel
createPixmap
creates a pixmap of the given size and depth in the belonging to
the calling fudget.
size :: Point
depth :: Int
kernel :: PixmapId -> f b ho
XCreatePixmap
in the Xlib Programming Manual
.