1 #ifndef INTUITION_ICCLASS_H
2 #define INTUITION_ICCLASS_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
12 #ifndef UTILITY_TAGITEM_H
13 # include <utility/tagitem.h>
16 #define ICM_Dummy 0x00000401
17 #define ICM_SETLOOP (ICM_Dummy + 1)
18 #define ICM_CLEARLOOP (ICM_Dummy + 2)
19 #define ICM_CHECKLOOP (ICM_Dummy + 3)
21 #define ICA_Dummy (TAG_USER + 0x00040000)
22 #define ICA_TARGET (ICA_Dummy + 1)
23 #define ICA_MAP (ICA_Dummy + 2)
24 #define ICSPECIAL_CODE (ICA_Dummy + 3)
26 #define ICTARGET_IDCMP (~0L)
28 #endif /* INTUITION_ICCLASS_H */