(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/view.h>
#include <proto/exec.h>

VOID FreeDBufInfo (db)

LOCATION
In GfxBase at offset 162

SYNOPSIS
struct DBufInfo * db

FUNCTION
Frees structure allocated with AllocDBufInfo().

INPUTS
RESULTS

Frees memory occupied by 'db'; ('db' may be NULL, in that case nothing is done).

RESULT

EXAMPLE

SEE ALSO
AllocDBufInfo(), ChangeVPBitMap()

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 SDuvan
A couple of easy functions...