add casts to zune macros to silence some warnings
[tangerine.git] / workbench / libs / cgxvideo / UnLockVLayer.c
blob34afaf22d242a0cc5ef1f98c23d52cc7eb99b22d
1 /*
2 Copyright © 1995-2007, 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
48 aros_print_not_implemented ("UnlockVLayer");
50 AROS_LIBFUNC_EXIT
51 } /* UnlockVLayer */