summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index 553dcb24a..c6160ca9c 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -198,6 +198,14 @@ struct OutlineFont {
struct TagItem *olf_OTagList;
};
+/* BackFillMessage */
+struct BackFillMessage {
+ struct Layer *Layer;
+ struct Rectangle Bounds;
+ LONG OffsetX;
+ LONG OffsetY;
+};
+
/* icon.library v51 (ie. AfA_OS version) */
#define ICONCTRLA_SetImageDataFormat (ICONA_Dummy + 0x67) /*103*/
#define ICONCTRLA_GetImageDataFormat (ICONA_Dummy + 0x68) /*104*/