1 #ifndef INTUITION_CGHOOKS_H
2 #define INTUITION_CGHOOKS_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
13 # include <exec/types.h>
15 #ifndef INTUITION_INTUITION_H
16 # include <intuition/intuition.h>
21 struct Screen
* gi_Screen
;
22 struct Window
* gi_Window
;
23 struct Requester
* gi_Requester
;
24 struct RastPort
* gi_RastPort
;
25 struct Layer
* gi_Layer
;
26 struct IBox gi_Domain
;
34 struct DrawInfo
* gi_DrInfo
;
41 struct IBox pgx_Container
;
42 struct IBox pgx_NewKnob
;
45 #define CUSTOM_HOOK(gadget) ((struct Hook *) (gadget)->MutualExclude)
47 #endif /* INTUITION_CGHOOKS_H */