diff options
author | Carl Worth <cworth@cworth.org> | 2005-01-20 08:28:54 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-01-20 08:28:54 +0000 |
commit | b646ecfe08601af5587b0f3e10e0bf2e62e355c6 (patch) | |
tree | 5c319aaf6b34055ec80bf84aa9372ab07b8ea966 /src/cairo-ps-surface.c | |
parent | 68d5ba661d5d0ba0a604a3c947f43f629a6a6bb9 (diff) |
Track various renamings.
Insert new includes for backend-specific header files.
Remove redundant include of cairo-features.h.
Rename header-exclusion macro from _CAIRO_H_ to CAIRO_H. Remove platform-specific grubbing for cairo-features.h and pixman.h in odd places.
Remove all backend-specific prototypes, (as they are now in their own header files).
Remove deprecated
Remove printf.
Convert to utf-8. Use the proper name for multiple-header exclusion (CAIRO_FEATURES_H). Track rename of FREETYPE_FONT_FEATURE to FT_FONT_FEATURE.
Split cairo.h up into cairo.h, cairo-ft.h, cairo-glitz.h, cairo-pdf.h, cairo-png.h, cairo-ps.h, cairo-xcb.h, cairo-xlib.h. Update for rename of cairo_wideint.h to cairo-wideint.h.
Rename CAIRO_HAS_FREETYPE_FONT to CAIRO_HAS_FT_FONT, (to match cairo_ft_font functions and cairo-ft.h).
Update for public header files now in /cairo.
Diffstat (limited to 'src/cairo-ps-surface.c')
-rw-r--r-- | src/cairo-ps-surface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c index 5851322d2..4da8162c7 100644 --- a/src/cairo-ps-surface.c +++ b/src/cairo-ps-surface.c @@ -35,6 +35,7 @@ */ #include "cairoint.h" +#include "cairo-ps.h" #include <time.h> #include <zlib.h> |