2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include <aros/libcall.h>
9 #include <graphics/layers.h>
10 #include <graphics/clip.h>
11 #include <proto/exec.h>
14 #include <aros/debug.h>
17 /*****************************************************************************
20 #include <proto/layers.h>
21 #include "layers_intern.h"
22 #include "basicfuncs.h"
24 AROS_LH1(void, LockLayers
,
27 AROS_LHA(struct Layer_Info
*, li
, A0
),
30 struct LayersBase
*, LayersBase
, 18, Layers
)
34 First locks the Layer_Info then all the layers that are
35 found in the list of layers.
38 li - pointer to a Layer_Info structure
53 27-11-96 digulla automatically created from
54 layers_lib.fd and clib/layers_protos.h
56 *****************************************************************************/
62 D(bug("LockLayers(li @ $%lx)\n", li
));