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:
Carl Worth 2006-09-19 10:13:36 -07:00 committed by Behdad Esfahbod
parent 6e7610cc1f
commit 4085afc75d

View file

@ -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