[cairo-commit] cairo/src cairo.h,1.25,1.26
Carl Worth
commit at pdx.freedesktop.org
Mon Nov 3 13:44:55 PST 2003
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv11576/src
Modified Files:
cairo.h
Log Message:
Added __external_linkage to a few functions that were missing it.
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** cairo.h 1 Nov 2003 05:30:35 -0000 1.25
--- cairo.h 3 Nov 2003 21:44:53 -0000 1.26
***************
*** 92,96 ****
int stride);
! void
cairo_set_target_ps (cairo_t *cr,
FILE *file,
--- 92,96 ----
int stride);
! extern void __external_linkage
cairo_set_target_ps (cairo_t *cr,
FILE *file,
***************
*** 296,300 ****
cairo_fill (cairo_t *cr);
! void
cairo_show_page (cairo_t *cr);
--- 296,300 ----
cairo_fill (cairo_t *cr);
! extern void __external_linkage
cairo_show_page (cairo_t *cr);
***************
*** 575,584 ****
/* Image-surface functions */
! cairo_surface_t *
cairo_image_surface_create (cairo_format_t format,
int width,
int height);
! cairo_surface_t *
cairo_image_surface_create_for_data (char *data,
cairo_format_t format,
--- 575,584 ----
/* Image-surface functions */
! extern cairo_surface_t * __external_linkage
cairo_image_surface_create (cairo_format_t format,
int width,
int height);
! extern cairo_surface_t * __external_linkage
cairo_image_surface_create_for_data (char *data,
cairo_format_t format,
***************
*** 589,593 ****
/* PS-surface functions */
! cairo_surface_t *
cairo_ps_surface_create (FILE *file,
double width_inches,
--- 589,593 ----
/* PS-surface functions */
! extern cairo_surface_t * __external_linkage
cairo_ps_surface_create (FILE *file,
double width_inches,
More information about the cairo-commit
mailing list