New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / rom / cgfx / docdrawmethodtaglist.c
blob7ef620cb2190cbd4f2c08fd1bae842832698d531
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "cybergraphics_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/cybergraphics_protos.h>
15 AROS_LH3(void, DoCDrawMethodTagList,
17 /* SYNOPSIS */
18 AROS_LHA(struct Hook *, hook, A0),
19 AROS_LHA(struct RastPort *, rp, A1),
20 AROS_LHA(struct TagItem *, tags, A2),
22 /* LOCATION */
23 struct Library *, CyberGfxBase, 26, Cybergraphics)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 HISTORY
42 27-11-96 digulla automatically created from
43 cybergraphics_lib.fd and clib/cybergraphics_protos.h
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
48 AROS_LIBBASE_EXT_DECL(struct Library *,CyberGfxBase)
49 extern void aros_print_not_implemented (char *);
51 //aros_print_not_implemented ("DoCDrawMethodTagList");
52 driver_DoCDrawMethodTagList(hook, rp, tags, CyberGfxBase);
54 AROS_LIBFUNC_EXIT
55 } /* DoCDrawMethodTagList */