diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-15 08:23:38 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-15 08:39:20 +0100 |
commit | bbe704406ca97cd51ed1fcc76da7648abde36331 (patch) | |
tree | 7fbd02e485d56a14accc5b2aee0eb41da6e483bb /src/Makefile.sources | |
parent | 2e1726a05b7283bc515e215a10c1bfa6ffe33a17 (diff) |
stroke: move normal stroker to new file
Step 1 of enhancing the speed of the stroker is to segregate from the
rest of the complex code.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/Makefile.sources')
-rw-r--r-- | src/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.sources b/src/Makefile.sources index 2b563f23..9f7b6fe1 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -164,6 +164,7 @@ cairo_sources = \ cairo-path-in-fill.c \ cairo-path-stroke.c \ cairo-path-stroke-boxes.c \ + cairo-path-stroke-polygon.c \ cairo-pattern.c \ cairo-pen.c \ cairo-polygon.c \ |