diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-12-02 22:54:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-12-02 22:54:13 +0100 |
commit | 6af1fed04cea6c3d7fe086c593c57fdc8fed8719 (patch) | |
tree | 45a9abc2ea8c7905a765fe3dbb196a266d5c5edf /fitzdraw/pathstroke.c | |
parent | 0345e9e83bd16b39fffecd3bda584996f642b8cd (diff) | |
download | mupdf-6af1fed04cea6c3d7fe086c593c57fdc8fed8719.tar.xz |
Killing time. Butchered display tree and disabled all calls to it.
Diffstat (limited to 'fitzdraw/pathstroke.c')
-rw-r--r-- | fitzdraw/pathstroke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitzdraw/pathstroke.c b/fitzdraw/pathstroke.c index 13e70dd4..7b08ab5c 100644 --- a/fitzdraw/pathstroke.c +++ b/fitzdraw/pathstroke.c @@ -1,5 +1,5 @@ #include "fitz_base.h" -#include "fitz_tree.h" +#include "fitz_res.h" #include "fitz_draw.h" enum { BUTT = 0, ROUND = 1, SQUARE = 2, MITER = 0, BEVEL = 2 }; |