1 #ifndef INTUITION_INTUITIONBASE_H
2 #define INTUITION_INTUITIONBASE_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Structure of intuition.library
12 #ifndef EXEC_INTERRUPTS_H
13 # include <exec/interrupts.h>
15 #ifndef EXEC_LIBRARIES_H
16 # include <exec/libraries.h>
19 # include <exec/types.h>
21 #ifndef INTUITION_INTUITION_H
22 # include <intuition/intuition.h>
25 /* You have to call LockIBase() before reading this struct! */
28 struct Library LibNode
;
32 struct Window
* ActiveWindow
;
33 struct Screen
* ActiveScreen
;
34 struct Screen
* FirstScreen
;
44 #define HIRESPICK 0x0000
45 #define LOWRESPICK 0x0001
46 #define DMODECOUNT 0x0002
49 #define LOWRESGADGET 1
52 #define UPFRONTGADGET 0
53 #define DOWNBACKGADGET 1
57 #define SUPFRONTGADGET 5
58 #define SDOWNBACKGADGET 6
64 #endif /* INTUITION_INTUITIONBASE_H */