summaryrefslogtreecommitdiff
path: root/include/libcss/computed.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 16:13:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 16:13:45 +0000
commit6355692c9a2c400a3e193cce91bea3214d7474ff (patch)
treec608f4fc86cff5ee1b043794147b6ccdb6710202 /include/libcss/computed.h
parent5b0301a92513f386f9dcc892ec2aa540bd6e0d9c (diff)
downloadlibcss-6355692c9a2c400a3e193cce91bea3214d7474ff.tar.gz
libcss-6355692c9a2c400a3e193cce91bea3214d7474ff.tar.bz2
Handle counter-increment/counter-reset
svn path=/trunk/libcss/; revision=6435
Diffstat (limited to 'include/libcss/computed.h')
-rw-r--r--include/libcss/computed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index 2f7f9de..df7a004 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -25,7 +25,7 @@ typedef struct css_computed_page {
typedef struct css_computed_counter {
css_string name;
- int32_t value;
+ css_fixed value;
} css_computed_counter;
typedef struct css_computed_clip_rect {
@@ -286,7 +286,7 @@ struct css_computed_style {
css_fixed width;
- int32_t z_index;
+ css_fixed z_index;
css_string *font_family;