From 511d66331f68815396aac6012d6787a5c1774d51 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Oct 2004 21:16:00 +0000 Subject: [project @ 2004-10-17 21:16:00 by bursa] Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318 --- riscos/bitmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/bitmap.h') diff --git a/riscos/bitmap.h b/riscos/bitmap.h index 17ff16340..7a5fbf5c7 100644 --- a/riscos/bitmap.h +++ b/riscos/bitmap.h @@ -11,6 +11,8 @@ struct osspriteop_area; struct bitmap { + int width; + int height; bool opaque; osspriteop_area sprite_area; }; -- cgit v1.2.3