mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-17 08:20:21 +01:00
Rename cairo-path-data.c to cairo-path.c (and similar)
This commit is contained in:
parent
13c143bb52
commit
def0e6d41d
4 changed files with 4 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue