2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
10 #include <cybergraphx/cybergraphics.h>
12 #include "cybergraphics_intern.h"
14 /*****************************************************************************
17 #include <proto/cybergraphics.h>
19 AROS_LH1(void, UnLockBitMap
,
22 AROS_LHA(APTR
, Handle
, A0
),
25 struct Library
*, CyberGfxBase
, 29, Cybergraphics
)
28 Releases exclusive access to a bitmap.
31 Handle - handle to the bitmap to unlock.
43 UnLockBitMapTagList(), LockBitMapTagList()
46 *****************************************************************************/
50 struct TagItem ultags
[2] =
52 {UBMI_REALLYUNLOCK
, TRUE
},
57 UnLockBitMapTagList(Handle
, ultags
);