¤ fontcacheF, fstructcacheF, et al

Types

fontcacheF :: F a b -> F a b
fstructcacheF :: F a b -> F a b
gCcacheF :: F a b -> F a b
colorcacheF :: F a b -> F a b
fontcursorcacheF :: F a b -> F a b
bitmapfilecacheF :: F a b -> F a b
bitmapdatacacheF :: F a b -> F a b
allcacheF :: F a b -> F a b

Description

The cache functions provides a simple way to avoid repeated requests for the same resource to be propagated to the X server.

Example

 fontcacheF (listF lots_of_fudgets_all_using_the_same_font)

See Also

loopLow