From 7264ae50e52050243d9723c47c395975e00b5e50 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 14 Aug 2004 15:07:21 +0000 Subject: [project @ 2004-08-14 15:07:19 by joty] - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232 --- css/css.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index c96b2a250..41772dcab 100644 --- a/css/css.h +++ b/css/css.h @@ -538,6 +538,6 @@ colour named_colour(const char *name); void css_dump_style(const struct css_style * const style); void css_dump_stylesheet(const struct css_stylesheet * stylesheet); -float len(struct css_length * length, struct css_style * style); +float css_len2px(struct css_length * length, struct css_style * style); #endif -- cgit v1.2.3