summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
diff options
context:
space:
mode:
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;
};