2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
6 #include <exec/types.h>
7 #include <workbench/icon.h>
8 #include <utility/tagitem.h>
9 #include <proto/icon.h>
11 #include "icon_intern.h"
13 # include <aros/debug.h>
15 /*****************************************************************************
19 AROS_LH3(BOOL
, LayoutIconA
,
22 AROS_LHA(struct DiskObject
*, icon
, A0
),
23 AROS_LHA(struct Screen
*, screen
, A1
),
24 AROS_LHA(struct TagItem
*, tags
, A2
),
27 struct Library
*, IconBase
, 32, Icon
)
45 *****************************************************************************/
49 # warning TODO: Implement icon/LayoutIconA()
50 aros_print_not_implemented("icon/LayoutIconA()");