2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of workbench.library/AddAppWindowDropZoneA()
8 #define AROS_TAGRETURNTYPE struct AppWindowDropZone *
10 #include <utility/tagitem.h>
12 /*****************************************************************************
15 #define NO_INLINE_STDARG /* turn off inline def */
16 #include <proto/workbench.h>
18 struct AppWindowDropZone
* AddAppWindowDropZone(
21 struct AppWindow
* aw
,
28 This is the varargs version of workbench.library/AddAppWindowDropZoneA().
29 For information see workbench.library/AddAppWindowDropZoneA().
42 workbench/AddAppWindowDropZoneA()
48 *****************************************************************************/
50 AROS_SLOWSTACKTAGS_PRE(tag1
)
51 retval
= AddAppWindowDropZoneA( aw
, id
, userdata
, AROS_SLOWSTACKTAGS_ARG(tag1
));
52 AROS_SLOWSTACKTAGS_POST
53 } /* AddAppWindowDropZone */