Rename cairo-path-data.c to cairo-path.c (and similar)

This commit is contained in:
Carl Worth 2006-12-18 16:37:53 -08:00
parent 13c143bb52
commit def0e6d41d
4 changed files with 4 additions and 4 deletions

View file

@ -191,9 +191,9 @@ libcairo_la_SOURCES = \
cairo-lzw.c \
cairo-matrix.c \
cairo-operator.c \
cairo-path.c \
cairo-path-private.h \
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 \

View file

@ -33,7 +33,7 @@
* Carl D. Worth <cworth@redhat.com>
*/
#include "cairo-path-data-private.h"
#include "cairo-path-private.h"
#include "cairo-path-fixed-private.h"
#include "cairo-gstate-private.h"

View file

@ -40,7 +40,7 @@
#include "cairo-private.h"
#include "cairo-arc-private.h"
#include "cairo-path-data-private.h"
#include "cairo-path-private.h"
#define CAIRO_TOLERANCE_MINIMUM 0.0002 /* We're limited by 16 bits of sub-pixel precision */