summaryrefslogtreecommitdiff
path: root/src/select/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-21 09:45:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-21 09:45:13 +0000
commit5c20bde8b544d23fd024dad7ace9b46849336ebf (patch)
tree07dc508d51d281b7553e471a42ba3684018fe512 /src/select/properties.h
parent5bd907c74151d0bbe1859c37cb2bde898ab72e2f (diff)
downloadlibcss-5c20bde8b544d23fd024dad7ace9b46849336ebf.tar.gz
libcss-5c20bde8b544d23fd024dad7ace9b46849336ebf.tar.bz2
-libcss-align
svn path=/trunk/libcss/; revision=9378
Diffstat (limited to 'src/select/properties.h')
-rw-r--r--src/select/properties.h8
1 files changed, 8 insertions, 0 deletions
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