1d_bitmap_proc(3) Allegro manual d_bitmap_proc(3)
23
4
NAME
6d_bitmap_proc - Dialog procedure drawing a bitmap. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int d_bitmap_proc(int msg, DIALOG *d, int c);
14
DESCRIPTION
16This draws a bitmap onto the screen, which should be pointed to by the
17dp field.
1819
SEE ALSO
21exgui(3), exrgbhsv(3)
2223
24
25
Allegro version 4.4.3 d_bitmap_proc(3)