summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-14 00:11:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-14 00:11:48 +0000
commitf5dc18010555cb58079214ccbd5749e7e1e86696 (patch)
tree1aee19aa9b075c10bc95b6cc670ae2f6f82e3761 /amiga/os3support.h
parentbc8bf0e57517f30d5143004d6b0b679552a74870 (diff)
downloadnetsurf-f5dc18010555cb58079214ccbd5749e7e1e86696.tar.gz
netsurf-f5dc18010555cb58079214ccbd5749e7e1e86696.tar.bz2
Use layers.library for bitmap tiling on OS3
This solves the worst of the rendering problems on that platform.
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*/