summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-12-29 18:19:22 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-12-29 19:06:20 +0000
commit30833a1ad59bc1f20a4995b23d2794be17227b51 (patch)
tree696fa80bc1fc9fcb5f20c9f283682e13bf91caf0 /include/libcss
parent8bce7365823f887113c73af46ecdfee6322653f9 (diff)
downloadlibcss-30833a1ad59bc1f20a4995b23d2794be17227b51.tar.gz
libcss-30833a1ad59bc1f20a4995b23d2794be17227b51.tar.bz2
Add break-after property support.
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/computed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index b384cba..58011e3 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -332,6 +332,9 @@ uint8_t css_computed_background_position(
css_fixed *hlength, css_unit *hunit,
css_fixed *vlength, css_unit *vunit);
+uint8_t css_computed_break_after(
+ const css_computed_style *style);
+
uint8_t css_computed_column_count(
const css_computed_style *style,
int32_t *column_count);