1release_bitmap(3)               Allegro manual               release_bitmap(3)
2
3
4

NAME

6       release_bitmap - Releases a previously locked bitmap. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void release_bitmap(BITMAP *bmp);
14

DESCRIPTION

16       Releases a bitmap that was previously locked  by  calling  acquire_bit‐
17       map().   If  the  bitmap was locked multiple times, you must release it
18       the same number of times before it will truly be unlocked.
19
20

SEE ALSO

22       acquire_bitmap(3),  acquire_screen(3),  release_screen(3),   ex3buf(3),
23       exaccel(3), expat(3), exquat(3), exscroll(3), exswitch(3), exupdate(3)
24
25
26
27Allegro                          version 4.2.2               release_bitmap(3)
Impressum