Track rename of DamagePost -> DamageAdd.
This commit is contained in:
@@ -758,7 +758,7 @@ static void __glXReportDamage(__DRInativeDisplay *dpy, int screen,
|
||||
xrects[i].height = rects[i].y2 - rects[i].y1;
|
||||
}
|
||||
region = XFixesCreateRegion(dpy, xrects, num_rects);
|
||||
XDamagePost(dpy, drawable, region);
|
||||
XDamageAdd(dpy, drawable, region);
|
||||
XFixesDestroyRegion(dpy, region);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user