2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of workbench.library/AddAppWindowA()
8 #define AROS_TAGRETURNTYPE struct AppWindow *
9 #include <utility/tagitem.h>
11 /*****************************************************************************
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/workbench.h>
17 struct AppWindow
* AddAppWindow (
22 struct Window
* window
,
23 struct MsgPort
* msgport
,
28 This is the varargs version of workbench.library/AddAppWindowA().
29 For information see workbench.library/AddAppWindowA().
42 workbench.library/AddAppWindowA()
48 *****************************************************************************/
50 AROS_SLOWSTACKTAGS_PRE(tag1
)
51 retval
= AddAppWindowA (id
, userdata
, window
, msgport
, AROS_SLOWSTACKTAGS_ARG(tag1
));
52 AROS_SLOWSTACKTAGS_POST