1 #ifndef GRAPHICS_GFXNODES_H
2 #define GRAPHICS_GFXNODES_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Extended node for graphics.library.
13 # include <exec/nodes.h>
18 struct Node
* xln_Succ
;
19 struct Node
* xln_Pred
;
21 UBYTE xln_Type
; /* see below */
31 #define VIEW_EXTRA_TYPE 1
32 #define VIEWPORT_EXTRA_TYPE 2
33 #define SPECIAL_MONITOR_TYPE 3
34 #define MONITOR_SPEC_TYPE 4
36 #define SS_GRAPHICS 0x02
38 #endif /* GRAPHICS_GFXNODES_H */