revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / classes / zune / busy / busy_private.h
blobeafea40c7e23a0f28f1f52168828468bb2e455d0
1 #ifndef _BUSY_PRIVATE_H_
2 #define _BUSY_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/date.h>
6 #include <libraries/mui.h>
8 /*** Instance data **********************************************************/
9 struct Busy_DATA
11 struct MUI_InputHandlerNode ihn;
12 UWORD flags;
13 UWORD speed;
14 UWORD pos;
17 #define FLG_SHOWHIDEIH 1
18 #define FLG_SHOWN 2
19 #define FLG_SETUP 4
21 #endif /* _BUSY_PRIVATE_H_ */