shapeK :: (Size -> [DrawCommand]) -> K a b -> K a b dynShapeK :: [GCAttributes ColorName String] -> (Size -> [DrawCommand]) -> K c d -> K ((Size -> [DrawCommand]) ⊕ c) (b ⊕ d)
shapeK shape
shapeK
is used to created shaped windows.
shape :: Size -> [DrawCommand]
XShapeCombineMask
in the Xlib Programming Manual
.