1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.TH al_unlock_bitmap 3 "" "Allegro reference manual"
.SH NAME
.PP
al_unlock_bitmap \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
void\ al_unlock_bitmap(ALLEGRO_BITMAP\ *bitmap)
\f[]
.fi
.SH DESCRIPTION
.PP
Unlock a previously locked bitmap or bitmap region.
If the bitmap is a display bitmap, the texture will be updated to match
the system memory copy (unless it was locked read only).
.SH SEE ALSO
.PP
al_lock_bitmap(3), al_lock_bitmap_region(3)
|