summaryrefslogtreecommitdiff
path: root/css/hints.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/hints.h')
-rw-r--r--css/hints.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/hints.h b/css/hints.h
index 68d4c1063..d2b07b578 100644
--- a/css/hints.h
+++ b/css/hints.h
@@ -23,7 +23,8 @@
#include "css/css.h"
-
+nserror css_hint_init(void);
+void css_hint_fini(void);
/**
@@ -40,8 +41,8 @@
css_error node_presentational_hint(
void *pw,
void *node,
- uint32_t property,
- css_hint *hint);
+ uint32_t *nhints,
+ css_hint **hints);
bool nscss_parse_colour(const char *data, css_color *result);