d_clear_proc

Langue: en

Version: version 4.2.2 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

d_clear_proc - Dialog procedure to clear the screen. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

int d_clear_proc(int msg, DIALOG *d, int c);

DESCRIPTION

This just clears the screen when it is drawn. Useful as the first object in a dialog.

SEE ALSO

excustom(3), exgui(3)