summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/computed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index c0cbdfe..2705721 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -315,7 +315,7 @@ struct css_computed_style {
css_fixed width;
- css_fixed z_index;
+ int32_t z_index;
lwc_string **font_family;