1 #ifndef IMAGES_BITMAP_H 2 #define IMAGES_BITMAP_H 3 4 /* 5 bitmap.image definitions (V45) 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef REACTION_REACTION_H 11 # include <reaction/reaction.h> 12 #endif 13 14 #ifndef INTUITION_IMAGECLASS_H 15 # include <intuition/imageclass.h> 16 #endif 17 18 19 /* Attributes defined by bitmap.image */ 20 21 #define BITMAP_Dummy (REACTION_Dummy + 0x19000) 22 #define BITMAP_SourceFile (BITMAP_Dummy + 1) 23 #define BITMAP_Screen (BITMAP_Dummy + 2) 24 #define BITMAP_Precision (BITMAP_Dummy + 3) 25 #define BITMAP_Masking (BITMAP_Dummy + 4) 26 #define BITMAP_BitMap (BITMAP_Dummy + 5) 27 #define BITMAP_Width (BITMAP_Dummy + 6) 28 #define BITMAP_Height (BITMAP_Dummy + 7) 29 #define BITMAP_MaskPlane (BITMAP_Dummy + 8) 30 #define BITMAP_SelectSourceFile (BITMAP_Dummy + 9) 31 #define BITMAP_SelectBitMap (BITMAP_Dummy + 10) 32 #define BITMAP_SelectWidth (BITMAP_Dummy + 11) 33 #define BITMAP_SelectHeight (BITMAP_Dummy + 12) 34 #define BITMAP_SelectMaskPlane (BITMAP_Dummy + 13) 35 #define BITMAP_OffsetX (BITMAP_Dummy + 14) 36 #define BITMAP_OffsetY (BITMAP_Dummy + 15) 37 #define BITMAP_SelectOffsetX (BITMAP_Dummy + 16) 38 #define BITMAP_SelectOffsetY (BITMAP_Dummy + 17) 39 40 41 #endif /* IMAGES_BITMAP_H */