summaryrefslogtreecommitdiff
path: root/include/libcss/errors.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-23 01:02:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-23 01:02:59 +0000
commit570510b0762d9bb02f9dc64497c8802bc2a1649d (patch)
tree21bdec088c22894e77e4adbca99a2db8b894202d /include/libcss/errors.h
parentdcc0deb8e5cc5bf817d60a11b19e226a1bc22bd1 (diff)
downloadlibcss-570510b0762d9bb02f9dc64497c8802bc2a1649d.tar.gz
libcss-570510b0762d9bb02f9dc64497c8802bc2a1649d.tar.bz2
Completely change the approach used for presentational hints.
This one stands a chance of working sanely. While this compiles, please don't expect it to link. svn path=/trunk/libcss/; revision=6820
Diffstat (limited to 'include/libcss/errors.h')
-rw-r--r--include/libcss/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libcss/errors.h b/include/libcss/errors.h
index 2a36492..3177400 100644
--- a/include/libcss/errors.h
+++ b/include/libcss/errors.h
@@ -20,7 +20,8 @@ typedef enum css_error {
CSS_NEEDDATA = 5,
CSS_BADCHARSET = 6,
CSS_EOF = 7,
- CSS_IMPORTS_PENDING = 8
+ CSS_IMPORTS_PENDING = 8,
+ CSS_PROPERTY_NOT_SET = 9
} css_error;
/* Convert a libcss error value to a string */