summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-19 10:44:47 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-19 10:44:47 +0000
commitcc4d98bb8bf6177c523e0fbbc0b8385891528198 (patch)
tree0822ad09ef5d6a2759d718019529d24beeb8f4b1 /src/parse/properties/properties.h
parent2a4f3b8fc1e09fa982d3fc9cf97451b5ad1ca04d (diff)
downloadlibcss-cc4d98bb8bf6177c523e0fbbc0b8385891528198.tar.gz
libcss-cc4d98bb8bf6177c523e0fbbc0b8385891528198.tar.bz2
Parse background shorthand property
svn path=/trunk/libcss/; revision=7874
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index 496d3dc..a41f2c9 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -25,6 +25,9 @@ extern const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP];
css_error parse_azimuth(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
+css_error parse_background(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style **result);
css_error parse_background_attachment(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);