summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index 48dc9d758..aa8d02460 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -21,6 +21,7 @@
#include <exec/types.h>
#include <proto/graphics.h>
#include <intuition/classusr.h>
+#include <libraries/Picasso96.h>
struct bitmap {
int width;
@@ -30,6 +31,7 @@ struct bitmap {
struct BitMap *nativebm;
int nativebmwidth;
int nativebmheight;
+ RGBFTYPE format;
char *url; /* temporary storage space */
char *title; /* temporary storage space */
};