Files
Mozilla/mozilla/gfx/cairo/README
vladimir%pobox.com b66103cd71 b=299407, fix cairo/pixman compilation on VC6, r+a=shaver
git-svn-id: svn://10.0.0.236/trunk@175561 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-04 00:53:23 +00:00

45 lines
1.5 KiB
Plaintext

Snapshots of cairo and libpixman for mozilla usage. Where possible,
these should be official releases from the cairo project as-is. If
changes are necessary, they should be documented below and the patch
file included in this directory.
We only include the relevant parts of each release (generally, src/*.[ch]),
as we have Makefile.in's that integrate into the Mozilla build system. For
documentation and similar, please see the official tarballs at
http://www.cairographics.org/.
VERSIONS:
cairo 0.5.0
libpixman 0.1.5
***** NOTE FOR VISUAL C++ 6.0 *****
VC6 cannot build pixman correctly for various reasons. There is a static
win32 pixman library provided in libpixman/src/pixman-vc71.lib that will
be used instead of building on all Win32/Visual C++ builds. Building with
VC7.1, gcc/mingw, or anything else other than VC6 is fine.
PATCHES:
stdint.h - select between inttypes.h, stdint.h, and mozstdint.h.
dash-dos.diff - prevent DOS attack with dasharray.
alphablend.diff - check for AlphaBlend usability at runtime (win32)
feature-tests.diff - change #if to #ifdef, and change
cairo-features.h.in to #define things based on mozilla configure
tests
allow-null-surface.diff - allow creating a cairo_t with a NULL
target surface
optimize-opaque-paint.diff - if cairo_paint_with_alpha is called
with alpha == 1.0, turn it into cairo_paint
win32-extents.diff - correct text extents for general tranforms
(upstream patch)
atsui-empty.diff - prevent OS-X crash with empty string