2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include <exec/types.h>
10 #include <exec/memory.h>
11 #include <layers_intern.h>
12 #include <aros/libcall.h>
13 #include <proto/graphics.h>
14 #include "basicfuncs.h"
16 /*****************************************************************************
19 #include <proto/layers.h>
20 AROS_LH1(LONG
, IsLayerVisible
,
23 AROS_LHA(struct Layer
*, l
, A0
),
26 struct LayersBase
*, LayersBase
, 40, Layers
)
29 Checks whether the layer is visible or not.
35 TRUE - layer is visible
36 FALSE - layer is invisible
50 *****************************************************************************/
53 AROS_LIBBASE_EXT_DECL(struct LayersBase
*,LayersBase
)
58 } /* ChangeLayerVisibility */