Problems are occurring downloading from downloads.sourceforge.net, so use
[tangerine.git] / rom / cgfx / unlockbitmaptaglist.c
blobe24e77856698850f8733909c8ae968ae1be3ef5e
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "cybergraphics_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/cybergraphics_protos.h>
15 AROS_LH2(void, UnLockBitMapTagList,
17 /* SYNOPSIS */
18 AROS_LHA(APTR , Handle, A0),
19 AROS_LHA(struct TagItem *, Tags, A1),
21 /* LOCATION */
22 struct Library *, CyberGfxBase, 30, Cybergraphics)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 HISTORY
41 27-11-96 digulla automatically created from
42 cybergraphics_lib.fd and clib/cybergraphics_protos.h
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
48 driver_UnLockBitMapTagList(Handle, Tags, GfxBase);
50 AROS_LIBFUNC_EXIT
51 } /* UnLockBitMapTagList */