summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
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.c
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.c')
-rw-r--r--src/parse/properties/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index a0edd29..8da730d 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -13,6 +13,7 @@
const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
{
parse_azimuth,
+ parse_background,
parse_background_attachment,
parse_background_color,
parse_background_image,