locale.library: correctly return the position of remaining datastream
[AROS.git] / workbench / libs / cgxvideo / UnLockVLayer.c
blob179520ac799d07850cd72b32460fc7584fb993b0
1 /*
2 Copyright © 1995-2010, 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, 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
36 This function is unimplemented.
38 SEE ALSO
39 LockVLayer()
41 INTERNALS
43 HISTORY
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
49 aros_print_not_implemented ("UnlockVLayer");
51 AROS_LIBFUNC_EXIT
52 } /* UnlockVLayer */