summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-23 13:52:54 +0000
committerCarl Worth <cworth@cworth.org>2005-03-23 13:52:54 +0000
commitf218c14b9da7950b49bdab76965db22ec470d5de (patch)
tree974739c1793cbeaf63388eff8957adc84c226107 /src/cairo-path-fixed-private.h
parent0ba7a082afa91476129f2cbdbc48360b4f83efec (diff)
downloadcairo-f218c14b9da7950b49bdab76965db22ec470d5de.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path-fixed-private.h b/src/cairo-path-fixed-private.h
index 492e7e5c6..b863597a2 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;