2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include <exec/types.h>
10 #include <exec/memory.h>
11 #include <aros/libcall.h>
12 #include <proto/graphics.h>
14 #include "layers_intern.h"
15 #include "basicfuncs.h"
17 /*****************************************************************************
20 #include <proto/layers.h>
21 AROS_LH1(LONG
, IsLayerVisible
,
24 AROS_LHA(struct Layer
*, l
, A0
),
27 struct LayersBase
*, LayersBase
, 43, Layers
)
30 Checks whether the layer is visible or not.
36 TRUE - layer is visible
37 FALSE - layer is invisible
51 *****************************************************************************/
58 } /* ChangeLayerVisibility */