New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / rom / cgfx / lockbitmaptags.c
blobcc8e504ab7333bf16325f199b493965d8b0a0ee9
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 APTR LockBitMapTags (
17 /* SYNOPSIS */
18 APTR ,
19 Tag ,
20 ... )
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 HISTORY
39 27-11-96 digulla automatically created from
40 cybergraphics_lib.fd and clib/cybergraphics_protos.h
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
45 AROS_LIBBASE_EXT_DECL(struct Library *,CyberGfxBase)
46 extern void aros_print_not_implemented (char *);
48 aros_print_not_implemented ("LockBitMapTags");
50 AROS_LIBFUNC_EXIT
51 } /* LockBitMapTags */