Don't call ReadArgs() if started from WB.
[tangerine.git] / compiler / alib / unlockbitmaptags.c
blob8202cf7dc5b560659b2a1919a5ed2c748bbabf24
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #define AROS_TAGRETURNTYPEVOID
7 #include "alib_intern.h"
9 extern struct Library * CyberGfxBase;
11 /*****************************************************************************
13 NAME */
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/cybergraphics.h>
17 void UnLockBitMapTags (
19 /* SYNOPSIS */
20 APTR handle,
21 Tag tag1,
22 ...)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 HISTORY
42 *****************************************************************************/
44 AROS_SLOWSTACKTAGS_PRE(tag1)
45 UnLockBitMapTagList(handle, AROS_SLOWSTACKTAGS_ARG(tag1));
46 AROS_SLOWSTACKTAGS_POST
47 } /* UnLockBitMapTags */