summaryrefslogtreecommitdiff
path: root/src/select/properties/helpers.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-08-23 20:12:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-08-23 20:12:41 +0000
commit0b6d7198f4fc46961c57530e654691b5a66b36f0 (patch)
tree3e2a25ec514b4d9c34ea92dd79c4eafdc6008b76 /src/select/properties/helpers.h
parentda47188a8369bb79884d37f3222c8bf8fabb7ea4 (diff)
downloadlibcss-0b6d7198f4fc46961c57530e654691b5a66b36f0.tar.gz
libcss-0b6d7198f4fc46961c57530e654691b5a66b36f0.tar.bz2
Add support for selecting page-break-{before, after, inside}
Credit: James Montgomerie svn path=/trunk/libcss/; revision=12645
Diffstat (limited to 'src/select/properties/helpers.h')
-rw-r--r--src/select/properties/helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/properties/helpers.h b/src/select/properties/helpers.h
index 9e3e327..098fe1e 100644
--- a/src/select/properties/helpers.h
+++ b/src/select/properties/helpers.h
@@ -48,8 +48,8 @@ css_error css__cascade_length(uint32_t opv, css_style *style,
css_error css__cascade_number(uint32_t opv, css_style *style,
css_select_state *state,
css_error (*fun)(css_computed_style *, uint8_t, css_fixed));
-css_error css__cascade_page_break_after_before(uint32_t opv, css_style *style,
- css_select_state *state,
+css_error css__cascade_page_break_after_before_inside(uint32_t opv,
+ css_style *style, css_select_state *state,
css_error (*fun)(css_computed_style *, uint8_t));
css_error css__cascade_counter_increment_reset(uint32_t opv, css_style *style,
css_select_state *state,