2 Copyright © 1995-2006, 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(ULONG
, DetachVLayer
,
17 AROS_LHA(struct VLayerHandle
*, VLayerHandle
, A0
),
20 struct Library
*, CGXVideoBase
, 8, Cgxvideo
)
23 Detaches a videolayer from a given window. As a result, the video
24 overlay should now be unlinked from the window and the original
25 contents of the window are visible now.
28 VLayerHandle - pointer to a previously created videolayer handle
31 result - 0 if videolayer could be detached from the window
46 *****************************************************************************/
49 AROS_LIBBASE_EXT_DECL(struct Library
*,CGXVideoBase
)
51 aros_print_not_implemented ("DetachVLayer");