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

NAME

6       bmp_write_line  - Direct access bank switching line selection for writ‐
7       ing. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       unsigned long bmp_write_line(BITMAP *bmp, int line);
14

DESCRIPTION

16       Selects the line of a bitmap that you are going to draw onto.
17

RETURN VALUE

19       Returns the address of the selected line for writing.
20
21

SEE ALSO

23       exflame(3), exlights(3)
24
25
26
27Allegro                          version 4.4.3               bmp_write_line(3)
Impressum