Fixed HiFi modes.
[AROS.git] / rom / usb / trident / CfgListClass.h
blob364e89c19e72adea6fa8ed8350dffb8616aacf12
1 /*****************************************************************************
2 ** This is the CfgList custom class, a sub class of List.mui.
3 ******************************************************************************/
4 #ifndef CFGLISTCLASS_H
5 #define CFGLISTCLASS_H
7 struct CfgListData
9 BOOL cl_Dragging;
12 #define TAGBASE_CfgList (TAG_USER | 3242<<16)
14 AROS_UFP3(IPTR, CfgListDispatcher,
15 AROS_UFPA(struct IClass *, cl, A0),
16 AROS_UFPA(Object *, obj, A2),
17 AROS_UFPA(Msg, msg, A1));
19 #endif