[Mesa-dev] [Bug 70403] New: xorg state tracker fails to build due to change in DamageUnregister API

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 12 18:31:20 CEST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=70403

          Priority: medium
            Bug ID: 70403
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: xorg state tracker fails to build due to change in
                    DamageUnregister API
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mgorny at gentoo.org
          Hardware: Other
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131012/19e6dfe7/attachment.html>


More information about the mesa-dev mailing list