{damage,exa}: sanitise damage

- Redo damage naming for more consistency.
- Call post submission functions only where appropriate.
- EXA can now live without it's odd damage workarounds.
This commit is contained in:
Maarten Maathuis
2008-08-29 22:15:23 +02:00
parent 5af77d43fe
commit 1861250cd7
11 changed files with 93 additions and 122 deletions

View File

@@ -224,7 +224,7 @@ compFreeClientWindow (WindowPtr pWin, XID id)
DamageRegister (&pWin->drawable, cw->damage);
cw->damageRegistered = TRUE;
pWin->redirectDraw = RedirectDrawAutomatic;
DamageDamageRegion (&pWin->drawable, &pWin->borderSize);
DamageRegionPending(&pWin->drawable, &pWin->borderSize);
}
if (wasMapped && !pWin->mapped)
{