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, UnlockLayers
,
27 AROS_LHA(struct Layer_Info
*, li
, A0
),
30 struct LayersBase
*, LayersBase
, 19, Layers
)
33 First unlocks all layers found in the list, then
34 unlocks the Layer_Info itself.
37 li - pointer to a Layer_Info structure
52 27-11-96 digulla automatically created from
53 layers_lib.fd and clib/layers_protos.h
55 *****************************************************************************/
59 struct Layer
* l
= li
->top_layer
;
61 D(bug("UnlockLayers(li @ $%lx)\n", li
));