when dropping into user mode make sure endian is set
[AROS.git] / workbench / classes / zune / busy / Busy_mcc.h
blob4b1e5a2b9edd07b8f9530a51a8a579ef88c13cbb
1 #ifndef BUSY_MCC_H
2 #define BUSY_MCC_H
4 /*
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <libraries/mui.h>
11 /*** Name *******************************************************************/
12 #define MUIC_Busy "Busy.mcc"
14 /*** Identifier base ********************************************************/
15 #define MUIB_Busy 0x80020000
17 /*** Attributes *************************************************************/
18 #define MUIA_Busy_ShowHideIH (MUIB_Busy | 0xa9)
19 #define MUIA_Busy_Speed (MUIB_Busy | 0x49)
21 #define MUIV_Busy_Speed_Off 0
22 #define MUIV_Busy_Speed_User -1
24 /*** Methods ****************************************************************/
25 #define MUIM_Busy_Move (MUIB_Busy | 0x01)
27 struct MUIP_Busy_Move
29 STACKED ULONG MethodID;
32 /*** Macros *****************************************************************/
33 #define BusyObject MUIOBJMACRO_START(MUIC_Busy)
34 #define BusyBar BusyObject, MUIA_Busy_Speed, MUIV_Busy_Speed_User, End
36 #endif /* BUSY_MCC_H */