diff options
author | Carl Worth <cworth@cworth.org> | 2006-12-18 16:33:32 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-12-19 13:10:00 -0800 |
commit | 13c143bb52cab62a7a857a38a8463a8fa56f4632 (patch) | |
tree | 5bffc31f0bbe4bcdf163fb34816c77c85ac0db0f /src | |
parent | 267afe7be398db4ab90956660828ed25cfd19acf (diff) |
Rename cairo-path.c to cairo-path-fixed.c
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/cairo-path-fixed.c (renamed from src/cairo-path.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2e7abf3c..a11f99dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -191,11 +191,11 @@ libcairo_la_SOURCES = \ cairo-lzw.c \ cairo-matrix.c \ cairo-operator.c \ - cairo-path.c \ cairo-path-bounds.c \ cairo-path-data.c \ cairo-path-data-private.h \ cairo-path-fill.c \ + cairo-path-fixed.c \ cairo-path-fixed-private.h \ cairo-path-stroke.c \ cairo-pen.c \ diff --git a/src/cairo-path.c b/src/cairo-path-fixed.c index 9549f8d3..9549f8d3 100644 --- a/src/cairo-path.c +++ b/src/cairo-path-fixed.c |