.\" Generated by the Allegro makedoc utility .TH release_bitmap 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME release_bitmap \- Releases a previously locked bitmap. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void release_bitmap(BITMAP *bmp); .SH DESCRIPTION Releases a bitmap that was previously locked by calling acquire_bitmap(). If the bitmap was locked multiple times, you must release it the same number of times before it will truly be unlocked. .SH SEE ALSO .BR acquire_bitmap (3alleg4), .BR acquire_screen (3alleg4), .BR release_screen (3alleg4), .BR ex3buf (3alleg4), .BR exaccel (3alleg4), .BR expat (3alleg4), .BR exquat (3alleg4), .BR exscroll (3alleg4), .BR exswitch (3alleg4), .BR exupdate (3alleg4)