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

NAME

6       lock_bitmap  - Locks the memory used by a bitmap. Allegro game programā€
7       ming library.
8

SYNOPSIS

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

DESCRIPTION

16       Under DOS, locks all the memory used by a bitmap.  You  don't  normally
17       need  to  call  this function unless you are doing very weird things in
18       your program.
19
20
21
22
23Allegro                          version 4.2.2                  lock_bitmap(3)
Impressum