1d_clear_proc(3) Allegro manual d_clear_proc(3)
23
4
NAME
6d_clear_proc - Dialog procedure to clear the screen. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int d_clear_proc(int msg, DIALOG *d, int c);
14
DESCRIPTION
16This just clears the screen when it is drawn. Useful as the first
17object in a dialog.
1819
SEE ALSO
21excustom(3), exgui(3)
2223
24
25
Allegro version 4.2.2 d_clear_proc(3)