From 5c20bde8b544d23fd024dad7ace9b46849336ebf Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 21 Aug 2009 09:45:13 +0000 Subject: -libcss-align svn path=/trunk/libcss/; revision=9378 --- src/select/properties.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/select/properties.h') diff --git a/src/select/properties.h b/src/select/properties.h index 9c98e10..75b6f8d 100644 --- a/src/select/properties.h +++ b/src/select/properties.h @@ -806,6 +806,14 @@ css_error initial_z_index(css_select_state *state); css_error compose_z_index(const css_computed_style *parent, const css_computed_style *child, css_computed_style *result); +css_error cascade_libcss_align(uint32_t opv, css_style *style, + css_select_state *state); +css_error set_libcss_align_from_hint(const css_hint *hint, + css_computed_style *style); +css_error initial_libcss_align(css_select_state *state); +css_error compose_libcss_align(const css_computed_style *parent, + const css_computed_style *child, + css_computed_style *result); #endif -- cgit v1.2.3