Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / bodychunk.h
blob3ad43910ae25766dc31a0d0ad2b1c2687e121401
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _MUI_CLASSES_BODYCHUNK_H
7 #define _MUI_CLASSES_BODYCHUNK_H
9 /*** Name *******************************************************************/
10 #define MUIC_Bodychunk "Bodychunk.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Bodychunk (MUIB_ZUNE | 0x00000500)
15 /*** Attributes *************************************************************/
16 #define MUIA_Bodychunk_Body \
17 (MUIB_MUI | 0x0042ca67) /* V8 isg UBYTE * */
18 #define MUIA_Bodychunk_Compression \
19 (MUIB_MUI | 0x0042de5f) /* V8 isg UBYTE */
20 #define MUIA_Bodychunk_Depth \
21 (MUIB_MUI | 0x0042c392) /* V8 isg LONG */
22 #define MUIA_Bodychunk_Masking \
23 (MUIB_MUI | 0x00423b0e) /* V8 isg UBYTE */
26 extern const struct __MUIBuiltinClass _MUI_Bodychunk_desc; /* PRIV */
28 #endif /* _MUI_CLASSES_BODYCHUNK_H */