2 Copyright 1995-2010, The AROS Development Team. All rights reserved.
9 #define IID_Hidd_AmigaVideoBitMap "hidd.bitmap.amigavideobitmap"
13 aoHidd_AmigaVideoBitMap_Drawable
,
14 num_Hidd_AmigaVideoBitMap_Attrs
17 #define aHidd_AmigaVideoBitMap_Drawable (__IHidd_AmigaVideoBitmap + aoHidd_AmigaVideoBitMap_Drawable)
19 #define IS_BM_ATTR(attr, idx) ( ( (idx) = (attr) - __IHidd_Attr) < num_Hidd_BitMap_Attrs)
20 #define IS_AmigaVideoBM_ATTR(attr, idx) ( ( (idx) = (attr) - __IHidd_AmigaVideoBitmap) < num_Hidd_AmigaVideoBitMap_Attrs)
23 /* This structure is used as instance data for the bitmap class.
35 WORD topedge
, leftedge
;
40 /* pixel read/write cache */
41 ULONG pixelcacheoffset
;
48 #endif /* _AMIGABITMAP_H */