mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-02 14:30:45 +02:00
Add missing pixman_private to _FbOnes when a function.
This was thanks to a report from crucible (run #2113) since it tested
with older versions of gcc (3.3.6) than most of the cairo developers
use, (so we had been getting the _FbOnes macro not the function).
(cherry picked from 82b710ebc2 commit)
This commit is contained in:
parent
6e7610cc1f
commit
4085afc75d
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ fbRasterizeTrapezoid (pixman_image_t *pMask,
|
|||
# endif
|
||||
#else
|
||||
# define ICINT_NEED_IC_ONES
|
||||
int
|
||||
pixman_private int
|
||||
_FbOnes(unsigned long mask);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue