From 570510b0762d9bb02f9dc64497c8802bc2a1649d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 23 Mar 2009 01:02:59 +0000 Subject: 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 --- include/libcss/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libcss/errors.h') 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 */ -- cgit v1.2.3