cairo-perl.h | cairo-perl.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (c) 2004-2005 by the cairo perl team (see the file README) | * Copyright (c) 2004-2005, 2012 by the cairo perl team (see the file READM E) | |||
* | * | |||
* Licensed under the LGPL, see LICENSE file for more information. | * Licensed under the LGPL, see LICENSE file for more information. | |||
* | * | |||
* $Id$ | * $Id$ | |||
* | * | |||
*/ | */ | |||
#ifndef _CAIRO_PERL_H_ | #ifndef _CAIRO_PERL_H_ | |||
#define _CAIRO_PERL_H_ | #define _CAIRO_PERL_H_ | |||
skipping to change at line 115 | skipping to change at line 115 | |||
/* | /* | |||
* special treatment for font faces | * special treatment for font faces | |||
*/ | */ | |||
SV * cairo_font_face_to_sv (cairo_font_face_t *surface); | SV * cairo_font_face_to_sv (cairo_font_face_t *surface); | |||
#undef newSVCairoFontFace | #undef newSVCairoFontFace | |||
#undef newSVCairoFontFace_noinc | #undef newSVCairoFontFace_noinc | |||
#define newSVCairoFontFace(object) (cairo_font_face_to_sv (cair o_font_face_reference (object))) | #define newSVCairoFontFace(object) (cairo_font_face_to_sv (cair o_font_face_reference (object))) | |||
#define newSVCairoFontFace_noinc(object) (cairo_font_face_to_sv (obje ct)) | #define newSVCairoFontFace_noinc(object) (cairo_font_face_to_sv (obje ct)) | |||
/* | ||||
* Type aliases for the typemap | ||||
*/ | ||||
typedef char char_utf8; | ||||
#endif /* _CAIRO_PERL_H_ */ | #endif /* _CAIRO_PERL_H_ */ | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 6 lines changed or added | |||