2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #define AROS_TAGRETURNTYPE struct Layer *
10 #include <graphics/clip.h>
11 #include <exec/libraries.h>
12 #include "alib_intern.h"
14 extern struct Library
* LayersBase
;
16 /*****************************************************************************
19 #include <graphics/layers.h>
20 #define NO_INLINE_STDARG /* turn off inline def */
21 #include <proto/layers.h>
23 struct Layer
* CreateLayerTags (
26 struct Layer_Info
* li
,
54 *****************************************************************************/
56 AROS_SLOWSTACKTAGS_PRE(tag1
)
57 retval
= CreateLayerTagList(li
,bm
,x0
,y0
,x1
,y1
,flags
,AROS_SLOWSTACKTAGS_ARG(tag1
));
58 AROS_SLOWSTACKTAGS_POST
59 } /* CreateLayerTags */