New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / rom / cgfx / cvideoctrltags.c
blobfdcf09547e0842685cfc998252bb3fdaf2d4a215
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 void CVideoCtrlTags (
17 /* SYNOPSIS */
18 struct ViewPort * ,
19 Tag tag1,
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 ("CVideoCtrlTags");
50 AROS_LIBFUNC_EXIT
51 } /* CVideoCtrlTags */