diff options
author | dsainty <dsainty@pkgsrc.org> | 2010-06-17 03:28:29 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2010-06-17 03:28:29 +0000 |
commit | 1767c04442b4a2e9f1332ceb7b53843cf6cbe9e8 (patch) | |
tree | b6e0df8b9b68b1677b5d378161c5c331156e7b05 /x11 | |
parent | 124a5ee72084ecae8760deb7d4aae8cbbf130bb5 (diff) | |
download | pkgsrc-1767c04442b4a2e9f1332ceb7b53843cf6cbe9e8.tar.gz |
Regenerate the exported symbol list via the process in ../Makefile,v1.20.
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to
failing build-time test cases. Presumably on platforms where the build
succeeds this export list doesn't actually matter.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/files/pixman.sym | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/pixman/files/pixman.sym b/x11/pixman/files/pixman.sym index 31548a09ca5..c32e14edf53 100644 --- a/x11/pixman/files/pixman.sym +++ b/x11/pixman/files/pixman.sym @@ -22,14 +22,17 @@ pixman_fill pixman_format_supported_destination pixman_format_supported_source pixman_image_composite +pixman_image_composite32 pixman_image_create_bits pixman_image_create_conical_gradient pixman_image_create_linear_gradient pixman_image_create_radial_gradient pixman_image_create_solid_fill +pixman_image_fill_boxes pixman_image_fill_rectangles pixman_image_get_data pixman_image_get_depth +pixman_image_get_destroy_data pixman_image_get_height pixman_image_get_stride pixman_image_get_width @@ -57,6 +60,7 @@ pixman_region32_equal pixman_region32_extents pixman_region32_fini pixman_region32_init +pixman_region32_init_from_image pixman_region32_init_rect pixman_region32_init_rects pixman_region32_init_with_extents @@ -78,6 +82,7 @@ pixman_region_equal pixman_region_extents pixman_region_fini pixman_region_init +pixman_region_init_from_image pixman_region_init_rect pixman_region_init_rects pixman_region_init_with_extents |