2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #define AROS_TAGRETURNTYPE struct Screen *
10 #include <intuition/intuitionbase.h>
11 #include "alib_intern.h"
13 extern struct IntuitionBase
* IntuitionBase
;
15 /*****************************************************************************
18 #include <intuition/screens.h>
19 #define NO_INLINE_STDARG /* turn off inline def */
20 #include <proto/intuition.h>
22 struct Screen
* OpenScreenTags (
25 struct NewScreen
* newScreen
,
42 intuition.library/OpenScreenTagList()
47 29-10-95 digulla automatically created from
48 intuition_lib.fd and clib/intuition_protos.h
50 *****************************************************************************/
52 AROS_SLOWSTACKTAGS_PRE(tag1
)
53 retval
= OpenScreenTagList (newScreen
, AROS_SLOWSTACKTAGS_ARG(tag1
));
54 AROS_SLOWSTACKTAGS_POST
55 } /* OpenScreenTags */