From cc4d98bb8bf6177c523e0fbbc0b8385891528198 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 19 Jun 2009 10:44:47 +0000 Subject: Parse background shorthand property svn path=/trunk/libcss/; revision=7874 --- src/parse/properties/properties.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/parse/properties/properties.h') 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); -- cgit v1.2.3