From 0f89eafdc2d7fd235c156593bf8986aa662881a0 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 22 Sep 2003 23:20:10 +0000 Subject: [project @ 2003-09-22 23:20:10 by bursa] Remove inline to fix 26-bit build. svn path=/import/netsurf/; revision=310 --- riscos/htmlredraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos') diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c index 43455a0c5..892b49795 100644 --- a/riscos/htmlredraw.c +++ b/riscos/htmlredraw.c @@ -23,7 +23,7 @@ static void html_redraw_box(struct content *content, struct box * box, signed long gadget_subtract_x, signed long gadget_subtract_y, bool *select_on, long clip_x0, long clip_y0, long clip_x1, long clip_y1); -static inline void html_redraw_clip(long clip_x0, long clip_y0, +static void html_redraw_clip(long clip_x0, long clip_y0, long clip_x1, long clip_y1); @@ -360,7 +360,7 @@ void html_redraw_box(struct content *content, struct box * box, } -inline void html_redraw_clip(long clip_x0, long clip_y0, +void html_redraw_clip(long clip_x0, long clip_y0, long clip_x1, long clip_y1) { os_set_graphics_window(); -- cgit v1.2.3