X11-xdamage-0.1.2: A binding to the Xdamage X11 extension library

Portabilityunportable
Stabilityunstable
MaintainerEwan Higgs <ewan_higgs@yahoo.co.uk>

Graphics.X11.Xdamage

Description

 

Synopsis

Documentation

type Damage = XIDSource

DAMAGE is a 32 bit value where the top three bits are guaranteed to be 0

xdamageCreate :: Display -> Drawable -> DamageReportLevel -> IO DamageSource

Creates a damage object to monitor changes to Drawable

xdamageDestroy :: Display -> Damage -> IO ()Source

Destroys damage.

xdamageSubtract :: Display -> Damage -> Region -> Region -> IO ()Source