summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index aa8d02460..1af3d87b5 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -23,6 +23,8 @@
#include <intuition/classusr.h>
#include <libraries/Picasso96.h>
+#define AMI_BITMAP_FORMAT RGBFB_R8G8B8A8
+
struct bitmap {
int width;
int height;
@@ -31,7 +33,6 @@ struct bitmap {
struct BitMap *nativebm;
int nativebmwidth;
int nativebmheight;
- RGBFTYPE format;
char *url; /* temporary storage space */
char *title; /* temporary storage space */
};