New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / cgxvideo / UnLockVLayer.c
blobfc3f1d412da8d4787408d08ed57c968f28af8e9f
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(ULONG, UnlockVLayer,
16 /* SYNOPSIS */
17 AROS_LHA(struct VLayerHandle *, VLayerHandle, A0),
19 /* LOCATION */
20 struct Library *, CGXVideoBase, 11, Cgxvideo)
22 /* FUNCTION
23 Unlocks a previouly locked video layer
25 INPUTS
26 VLayerHandle - pointer to a previously created videolayer handle
28 RESULT
29 none
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
38 LockVLayer()
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
47 AROS_LIBBASE_EXT_DECL(struct Library *,CGXVideoBase)
49 aros_print_not_implemented ("UnlockVLayer");
51 AROS_LIBFUNC_EXIT
52 } /* UnlockVLayer */