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

          Priority: medium
            Bug ID: 70403
          Assignee: [email protected]
           Summary: xorg state tracker fails to build due to change in
                    DamageUnregister API
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to