2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #define AROS_TAGRETURNTYPE struct Window *
11 #include <intuition/intuitionbase.h>
12 #include "alib_intern.h"
14 extern struct IntuitionBase
* IntuitionBase
;
16 /*****************************************************************************
19 #include <intuition/intuition.h>
20 #define NO_INLINE_STDARG /* turn off inline def */
21 #include <proto/intuition.h>
23 struct Window
* OpenWindowTags (
26 struct NewWindow
* newWindow
,
43 intuition.library/OpenWindowTagList()
48 29-10-95 digulla automatically created from
49 intuition_lib.fd and clib/intuition_protos.h
51 *****************************************************************************/
53 AROS_SLOWSTACKTAGS_PRE(tag1
)
54 retval
= OpenWindowTagList (newWindow
, AROS_SLOWSTACKTAGS_ARG(tag1
));
55 AROS_SLOWSTACKTAGS_POST
56 } /* OpenWindowTags */