From 0665611cc2ecca9e3796c252ebf79d7ab743a2f0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 2 Aug 2009 19:19:43 +0000 Subject: Port to modified libcss API. svn path=/trunk/netsurf/; revision=8997 --- render/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/list.c') diff --git a/render/list.c b/render/list.c index 8f951a857..ff7c1c7ee 100644 --- a/render/list.c +++ b/render/list.c @@ -59,7 +59,7 @@ static const int list_counter_decimal[] = { 1, 4, 5, 9, static struct list_counter *render_list_find_counter(const char *name); static char *render_list_encode_counter(struct list_counter_state *state, - enum css_list_style_type style); + enum css_list_style_type_e style); static char *render_list_encode_roman(int value); /* @@ -292,7 +292,7 @@ char *render_list_counter(const css_computed_content_item *css_counter) { * \return a textual representation of the counter state, or NULL on failure */ static char *render_list_encode_counter(struct list_counter_state *state, - enum css_list_style_type style) { + enum css_list_style_type_e style) { char *result = NULL; int i; -- cgit v1.2.3