Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339716 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- b/damageext/damageext.c.bak
0
++ b/damageext/damageext.c
Lines 217-222 ProcDamageCreate (ClientPtr, client) Link Here
217
    if (!AddResource (stuff->damage, DamageExtType, (pointer) pDamageExt))
217
    if (!AddResource (stuff->damage, DamageExtType, (pointer) pDamageExt))
218
        return BadAlloc;
218
        return BadAlloc;
219
    DamageSetReportAfterOp (pDamageExt->pDamage, TRUE);
219
//  DamageSetReportAfterOp (pDamageExt->pDamage, TRUE);
220
    DamageRegister (pDamageExt->pDrawable, pDamageExt->pDamage);
220
    DamageRegister (pDamageExt->pDrawable, pDamageExt->pDamage);

Return to bug 339716