Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / bitmap.h
blob1bfff9afff163f30695f4d5e6bf03dc5152057c8
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _MUI_CLASSES_BITMAP_H
7 #define _MUI_CLASSES_BITMAP_H
9 /*** Name *******************************************************************/
10 #define MUIC_Bitmap "Bitmap.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Bitmap (MUIB_ZUNE | 0x00000400)
15 /*** Attributes *************************************************************/
16 #define MUIA_Bitmap_Bitmap \
17 (MUIB_MUI | 0x004279bd) /* MUI: V8 isg struct BitMap * */
18 #define MUIA_Bitmap_Height \
19 (MUIB_MUI | 0x00421560) /* MUI: V8 isg LONG */
20 #define MUIA_Bitmap_MappingTable \
21 (MUIB_MUI | 0x0042e23d) /* MUI: V8 isg UBYTE * */
22 #define MUIA_Bitmap_Precision \
23 (MUIB_MUI | 0x00420c74) /* MUI: V11 isg LONG */
24 #define MUIA_Bitmap_RemappedBitmap \
25 (MUIB_MUI | 0x00423a47) /* MUI: V11 ..g struct BitMap * */
26 #define MUIA_Bitmap_SourceColors \
27 (MUIB_MUI | 0x00425360) /* MUI: V8 isg ULONG * */
28 #define MUIA_Bitmap_Transparent \
29 (MUIB_MUI | 0x00422805) /* MUI: V8 isg LONG */
30 #define MUIA_Bitmap_UseFriend \
31 (MUIB_MUI | 0x004239d8) /* MUI: V11 i.. BOOL */
32 #define MUIA_Bitmap_Width \
33 (MUIB_MUI | 0x0042eb3a) /* MUI: V8 isg LONG */
35 extern const struct __MUIBuiltinClass _MUI_Bitmap_desc; /* PRIV */
37 #endif /* _MUI_CLASSES_BITMAP_H */