summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-03 12:05:13 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-03 12:05:13 +0000
commitd03a7471001c4701e1fea976aee162b0de375f52 (patch)
treea520d454c3aa5169f92ffdb668ee9d54d5a32936 /include
parent61856750e7a0419d24e834f5d912511fab6244a3 (diff)
downloadlibsvgtiny-d03a7471001c4701e1fea976aee162b0de375f52.tar.gz
libsvgtiny-d03a7471001c4701e1fea976aee162b0de375f52.tar.bz2
Begin conversion to libdom
Diffstat (limited to 'include')
-rw-r--r--include/svgtiny.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svgtiny.h b/include/svgtiny.h
index 9d685e9..85f146f 100644
--- a/include/svgtiny.h
+++ b/include/svgtiny.h
@@ -8,8 +8,6 @@
#ifndef SVGTINY_H
#define SVGTINY_H
-#include <libxml/parser.h>
-
typedef int svgtiny_colour;
#define svgtiny_TRANSPARENT 0x1000000
#ifdef __riscos__
@@ -47,7 +45,7 @@ struct svgtiny_diagram {
typedef enum {
svgtiny_OK,
svgtiny_OUT_OF_MEMORY,
- svgtiny_LIBXML_ERROR,
+ svgtiny_LIBDOM_ERROR,
svgtiny_NOT_SVG,
svgtiny_SVG_ERROR
} svgtiny_code;