Fixed HiFi modes.
[AROS.git] / rom / usb / trident / IconListClass.h
blob8832e2e24b91a54af79dc0bf8cbb923063c3fb20
1 /*****************************************************************************
2 ** This is the IconList custom class, a sub class of List.mui.
3 ******************************************************************************/
5 #ifndef ICONLISTCLASS_H
6 #define ICONLISTCLASS_H
8 #define MAXMASONICONS 25
10 struct IconListData
12 Object *mimainlist[MAXMASONICONS];
13 Object *mimainbody[MAXMASONICONS];
16 #define TAGBASE_IconList (TAG_USER | 25<<16)
18 AROS_UFP3(IPTR, IconListDispatcher,
19 AROS_UFPA(struct IClass *, cl, A0),
20 AROS_UFPA(Object *, obj, A2),
21 AROS_UFPA(Msg, msg, A1));
23 #endif