From 1f9a35369b7ce207caa92874dacdc2579579480c Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 2 Jan 2006 02:52:53 +0000 Subject: [project @ 2006-01-02 02:52:53 by rjw] Allow dynamic memory configuration. svn path=/import/netsurf/; revision=1938 --- riscos/bitmap.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'riscos/bitmap.h') 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 -- cgit v1.2.3