diff options
author | Carl Worth <cworth@cworth.org> | 2005-03-23 13:52:54 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-03-23 13:52:54 +0000 |
commit | f218c14b9da7950b49bdab76965db22ec470d5de (patch) | |
tree | 974739c1793cbeaf63388eff8957adc84c226107 /src/cairo-path-fixed-private.h | |
parent | 0ba7a082afa91476129f2cbdbc48360b4f83efec (diff) |
Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functions to be named as _cairo_path_fixed functions.
Track name change of cairo_path_real_t and _cairo_path_fixed functions.
Diffstat (limited to 'src/cairo-path-fixed-private.h')
-rw-r--r-- | src/cairo-path-fixed-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path-fixed-private.h b/src/cairo-path-fixed-private.h index 492e7e5c..b863597a 100644 --- a/src/cairo-path-fixed-private.h +++ b/src/cairo-path-fixed-private.h @@ -59,7 +59,7 @@ typedef struct _cairo_path_arg_buf { struct _cairo_path_arg_buf *next, *prev; } cairo_path_arg_buf_t; -struct _cairo_path_real { +struct _cairo_path_fixed { cairo_path_op_buf_t *op_head; cairo_path_op_buf_t *op_tail; |