From 08177fa58119f9e67fdffb32ee20dbf05bd4fa78 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 10 Jun 2004 20:41:26 +0000 Subject: [project @ 2004-06-10 20:41:26 by bursa] Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951 --- riscos/draw.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos/draw.h') diff --git a/riscos/draw.h b/riscos/draw.h index bb1f88d3f..67752a3dd 100644 --- a/riscos/draw.h +++ b/riscos/draw.h @@ -14,10 +14,10 @@ struct content_draw_data { int x0, y0; }; -int draw_convert(struct content *c, unsigned int width, unsigned int height); +bool draw_convert(struct content *c, int width, int height); void draw_destroy(struct content *c); -void draw_redraw(struct content *c, long x, long y, - unsigned long width, unsigned long height, - long clip_x0, long clip_y0, long clip_x1, long clip_y1, +void draw_redraw(struct content *c, int x, int y, + int width, int height, + int clip_x0, int clip_y0, int clip_x1, int clip_y1, float scale); #endif -- cgit v1.2.3