1 #ifndef GRAPHICS_RASTPORT_H
2 #define GRAPHICS_RASTPORT_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
13 # include <exec/types.h>
15 #ifndef GRAPHICS_GFX_H
16 # include <graphics/gfx.h>
35 struct VSprite
* gelHead
;
36 struct VSprite
* gelTail
;
39 struct collTable
* collHandler
;
57 struct BitMap
* BitMap
;
58 const UWORD
* AreaPtrn
;
59 struct TmpRas
* TmpRas
;
60 struct AreaInfo
* AreaInfo
;
61 struct GelsInfo
* GelsInfo
;
77 struct TextFont
* Font
;
86 UWORD wordreserved
[7];
91 #define FRST_DOT (1<<0)
92 #define ONE_DOT (1<<1)
93 #define DBUFFER (1<<2)
101 #define AREAOUTLINE 0x08
102 #define NOCROSSFILL 0x20
104 #endif /* GRAPHICS_RASTPORT_H */