summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/bitmap.h')
-rw-r--r--riscos/bitmap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/riscos/bitmap.h b/riscos/bitmap.h
index a43c3a6bf..840660a73 100644
--- a/riscos/bitmap.h
+++ b/riscos/bitmap.h
@@ -41,5 +41,13 @@ extern bool bitmap_maintenance;
*/
extern bool bitmap_maintenance_priority;
+/** Maximum amount of memory for direct images
+*/
+extern unsigned int bitmap_direct_size;
+
+/** Total size of compressed area
+*/
+extern unsigned int bitmap_compressed_size;
+
#endif