A few days ago git xorg-server changed the DamageUnregister proto to: DamageUnregister(DamagePtr pDamage); As a result, mesa's xorg state tracker fails to build: xorg_driver.c:1025:2: error: too many arguments to function ‘DamageUnregister’ DamageUnregister(&pScreen->GetScreenPixmap(pScreen)->drawable, ms->damage); ^ Please update the mesa code to support the new API (it's enough to omit the drawable).
In order not to break builds against current and older X we'll need to do that once X has a release with the change :)
(In reply to comment #1) > In order not to break builds against current and older X we'll need to do > that once X has a release with the change :) IMO it would be better to check the prototype during configure.
*** This bug has been marked as a duplicate of bug 71110 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.