From 4085afc75d0b2e85011e05b8d79f8d2a3ebef6ce Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 19 Sep 2006 10:13:36 -0700 Subject: [PATCH] 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 82b710ebc214c46df6666ede486c0174b335bfdb commit) --- pixman/src/icint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/src/icint.h b/pixman/src/icint.h index c846a5111..a489bb7b4 100644 --- a/pixman/src/icint.h +++ b/pixman/src/icint.h @@ -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