added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / icon / layouticon.c
blob5e48281a5af9f2141440676319d2d4a0667fef91
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
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 /*****************************************************************************
17 NAME */
19 AROS_LH3(BOOL, LayoutIconA,
21 /* SYNOPSIS */
22 AROS_LHA(struct DiskObject *, icon, A0),
23 AROS_LHA(struct Screen *, screen, A1),
24 AROS_LHA(struct TagItem *, tags, A2),
26 /* LOCATION */
27 struct Library *, IconBase, 32, Icon)
29 /* FUNCTION
31 INPUTS
33 RESULT
35 NOTES
37 EXAMPLE
39 BUGS
41 SEE ALSO
43 INTERNALS
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
49 # warning TODO: Implement icon/LayoutIconA()
50 aros_print_not_implemented("icon/LayoutIconA()");
52 return FALSE;
54 AROS_LIBFUNC_EXIT
55 } /* LayoutIconA() */