mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 12:30:05 +01:00
Revert "Set DamageSetReportAfterOp to true for the damage extension" (#30260)
This commit breaks the Compiz "Wallpaper" plugin. This reverts commit8d7b7a0d71. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit1a0d9324b3)
This commit is contained in:
parent
4c85d94bf7
commit
0daba1a91a
1 changed files with 0 additions and 1 deletions
|
|
@ -217,7 +217,6 @@ ProcDamageCreate (ClientPtr client)
|
|||
if (!AddResource (stuff->damage, DamageExtType, (pointer) pDamageExt))
|
||||
return BadAlloc;
|
||||
|
||||
DamageSetReportAfterOp (pDamageExt->pDamage, TRUE);
|
||||
DamageRegister (pDamageExt->pDrawable, pDamageExt->pDamage);
|
||||
|
||||
if (pDrawable->type == DRAWABLE_WINDOW)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue