| Portability | unportable |
|---|---|
| Stability | unstable |
| Maintainer | Ewan Higgs <ewan_higgs@yahoo.co.uk> |
Graphics.X11.Xdamage
Description
- type DamageReportLevel = CInt
- data DamageNotify = DamageNotify {}
- type Damage = XID
- xdamageAdd :: Display -> Drawable -> Region -> IO ()
- xdamageCreate :: Display -> Drawable -> DamageReportLevel -> IO Damage
- xdamageDestroy :: Display -> Damage -> IO ()
- xdamageSubtract :: Display -> Damage -> Region -> Region -> IO ()
- xdamageQueryExtension :: Display -> IO (Maybe (CInt, CInt))
- xdamageQueryVersion :: Display -> IO (Maybe (CInt, CInt))
Documentation
type DamageReportLevel = CIntSource
data DamageNotify Source
Constructors
| DamageNotify | |
Fields
| |
xdamageCreate :: Display -> Drawable -> DamageReportLevel -> IO DamageSource
Creates a damage object to monitor changes to Drawable