summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-17 21:16:00 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-17 21:16:00 +0000
commit511d66331f68815396aac6012d6787a5c1774d51 (patch)
tree21100f5dec38b303cb051d4baa3720e9de612514 /riscos/bitmap.h
parentddaf4ab4d7f5df81bc97a08d124e3649fd5fe700 (diff)
downloadnetsurf-511d66331f68815396aac6012d6787a5c1774d51.tar.gz
netsurf-511d66331f68815396aac6012d6787a5c1774d51.tar.bz2
[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
Diffstat (limited to 'riscos/bitmap.h')
-rw-r--r--riscos/bitmap.h2
1 files changed, 2 insertions, 0 deletions
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;
};