1bmp_write_line(3) Allegro manual bmp_write_line(3)
23
4
NAME
6bmp_write_line - Direct access bank switching line selection for writ‐
7ing. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
unsigned long bmp_write_line(BITMAP *bmp, int line);
14
DESCRIPTION
16Selects the line of a bitmap that you are going to draw onto.
17
RETURN VALUE
19Returns the address of the selected line for writing.
2021
SEE ALSO
23exflame(3), exlights(3)
2425
26
27
Allegro version 4.4.2 bmp_write_line(3)