New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / bullet / setinfoa.c
blob016796de25e390ff7e4c209f2ed69eca99a24bae
1 /*
2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Bullet function SetInfoA()
6 Lang: English
7 */
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
14 NAME */
16 AROS_LH2(ULONG, SetInfoA,
18 /* SYNOPSIS */
19 AROS_LHA(struct GlyphEngine *, glyphEngine, A0),
20 AROS_LHA(struct TagItem *, tagList, A1),
22 /* LOCATION */
23 struct Library *, BulletBase, 7, Bullet)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 HISTORY
43 *****************************************************************************/
45 AROS_LIBFUNC_INIT
46 AROS_LIBBASE_EXT_DECL(struct Library *,BulletBase)
48 AROS_LIBFUNC_EXIT
50 } /* SetInfoA */