logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

d_box_proc, d_shadow_box_proc - Dialog procedure drawing boxes onto the screen. Allegro game programming

Description

       These draw boxes onto the screen, with or without a shadow.

Name

       d_box_proc,  d_shadow_box_proc - Dialog procedure drawing boxes onto the screen. Allegro game programming
       library.

See Also

exgui(3alleg4), exrgbhsv(3alleg4)

Allegro                                           version 4.4.3                              d_box_proc(3alleg4)

Synopsis

#include<allegro.h>intd_box_proc(intmsg,DIALOG*d,intc);intd_shadow_box_proc(intmsg,DIALOG*d,intc);

See Also