2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 #include <aros/debug.h>
7 #include "cgxvideo_intern.h"
9 /*****************************************************************************
12 #include <clib/cgxvideo_protos.h>
14 AROS_LH1(void, UnlockVLayer
,
17 AROS_LHA(struct VLayerHandle
*, VLayerHandle
, A0
),
20 struct Library
*, CGXVideoBase
, 11, Cgxvideo
)
23 Unlocks a previouly locked video layer
26 VLayerHandle - pointer to a previously created videolayer handle
36 This function is unimplemented.
45 *****************************************************************************/
49 aros_print_not_implemented ("UnlockVLayer");