1lock_bitmap(3) Allegro manual lock_bitmap(3)
23
4
NAME
6lock_bitmap - Locks the memory used by a bitmap. Allegro game programā
7ming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void lock_bitmap(BITMAP *bitmap);
14
DESCRIPTION
16Under DOS, locks all the memory used by a bitmap. You don't normally
17need to call this function unless you are doing very weird things in
18your program.
1920
21
22
23
Allegro version 4.4.3 lock_bitmap(3)