Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / icon / layouticon.c
blob7a003500b45d656883659c94d73126abbe0285aa
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
30 Adapt a palette-mapped icon for display.
32 INPUTS
34 RESULT
36 NOTES
37 Not implemented.
39 EXAMPLE
41 BUGS
43 SEE ALSO
45 INTERNALS
47 *****************************************************************************/
49 AROS_LIBFUNC_INIT
51 # warning TODO: Implement icon/LayoutIconA()
52 aros_print_not_implemented("icon/LayoutIconA()");
54 return FALSE;
56 AROS_LIBFUNC_EXIT
57 } /* LayoutIconA() */