New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / cgxvideo / DeleteVLayerHandle.c
blobbaa97feba4b4aae2ee575f2ac83e3a792c873c27
1 /*
2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #include <aros/debug.h>
7 #include "cgxvideo_intern.h"
9 /*****************************************************************************
11 NAME */
12 #include <clib/cgxvideo_protos.h>
14 AROS_LH1(void, DeleteVLayerHandle,
16 /* SYNOPSIS */
17 AROS_LHA(struct VLayerHandle *, VLayerHandle, A0),
19 /* LOCATION */
20 struct Library *, CGXVideoBase, 6, Cgxvideo)
22 /* FUNCTION
23 Deletes a created video layer handle
25 INPUTS
26 VLayerHandle - pointer to a previously created videolayer handle
28 RESULT
29 none
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 *,CGXVideoBase)
48 aros_print_not_implemented ("DeleteVLayerHandle");
50 AROS_LIBFUNC_EXIT
51 } /* DeleteVLayerHandle */