mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-21 09:50:33 +01:00
Ignore cairo.def.
Remove cairo_private since we only use it in .h files, not .c files.
This commit is contained in:
parent
5b5eecc2e1
commit
f2dc1ebe82
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2005-09-06 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/.cvsignore: Ignore cairo.def.
|
||||
|
||||
* src/cairo-gstate.c: Remove cairo_private since we only use it in
|
||||
.h files, not .c files.
|
||||
|
||||
2005-09-02 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* ROADMAP: Make a very preliminary attempt at 1.0.2, 1.2.0, and
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ Makefile.in
|
|||
*.lo
|
||||
*.loT
|
||||
cairo-features.h
|
||||
cairo.def
|
||||
|
|
|
|||
|
|
@ -2167,7 +2167,7 @@ _cairo_gstate_glyph_path (cairo_gstate_t *gstate,
|
|||
return status;
|
||||
}
|
||||
|
||||
cairo_private cairo_status_t
|
||||
cairo_status_t
|
||||
_cairo_gstate_set_antialias (cairo_gstate_t *gstate,
|
||||
cairo_antialias_t antialias)
|
||||
{
|
||||
|
|
@ -2176,7 +2176,7 @@ _cairo_gstate_set_antialias (cairo_gstate_t *gstate,
|
|||
return CAIRO_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
cairo_private cairo_antialias_t
|
||||
cairo_antialias_t
|
||||
_cairo_gstate_get_antialias (cairo_gstate_t *gstate)
|
||||
{
|
||||
return gstate->antialias;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue