[cairo-commit] pixman/src

Carl Worth cworth at kemper.freedesktop.org
Tue Sep 19 10:13:39 PDT 2006


 pixman/src/icint.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 82b710ebc214c46df6666ede486c0174b335bfdb (from 42a0c6bd59e41c22a88386b389af36f37418de82)
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Sep 19 10:13:36 2006 -0700

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

diff --git a/pixman/src/icint.h b/pixman/src/icint.h
index c846a51..a489bb7 100644
--- a/pixman/src/icint.h
+++ b/pixman/src/icint.h
@@ -811,7 +811,7 @@ fbRasterizeTrapezoid (pixman_image_t		*p
 # endif
 #else
 # define ICINT_NEED_IC_ONES
-int
+pixman_private int
 _FbOnes(unsigned long mask);
 #endif
 


More information about the cairo-commit mailing list