d_bitmap_proc - Dialog procedure drawing a bitmap. Allegro game programming library.
Contents
Description
This draws a bitmap onto the screen, which should be pointed to by the dp field.
Name
d_bitmap_proc - Dialog procedure drawing a bitmap. Allegro game programming library.
See Also
exgui(3alleg4), exrgbhsv(3alleg4) Allegro version 4.4.3 d_bitmap_proc(3alleg4)
Synopsis
#include<allegro.h>intd_bitmap_proc(intmsg,DIALOG*d,intc);
