[project @ 2003-09-22 23:20:10 by bursa]

Remove inline to fix 26-bit build.

svn path=/import/netsurf/; revision=310
This commit is contained in:
James Bursa 2003-09-22 23:20:10 +00:00
parent 287986b28a
commit 0f89eafdc2
1 changed files with 2 additions and 2 deletions

View File

@ -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();