2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
7 #include <graphics/view.h>
8 #include <intuition/intuitionbase.h>
9 #include <aros/libcall.h>
11 /*****************************************************************************
14 #include <proto/intuition.h>
16 AROS_LH0(struct View
*, ViewAddress
,
21 struct IntuitionBase
*, IntuitionBase
, 49, Intuition
)
24 Returns the address of the Intuition View structure. This view
25 is needed if you want to use any of the graphics, text or animation
26 functions in your window that need the pointer to the view structure.
32 Address of the Intuition View structure
45 *****************************************************************************/
49 return &(IntuitionBase
->ViewLord
);