(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/view.h>

struct DBufInfo * AllocDBufInfo (vp)

LOCATION
In GfxBase at offset 161

SYNOPSIS
struct ViewPort * vp

FUNCTION
Allocates a double buffering structure used by ChangeVPBitMap().

INPUTS
vp
pointer to a ViewPort

RESULTS

Returns NULL if there wasn't enough memory (or if the viewport doesn't support double buffering).

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS
Which ViewPorts doesn't support double buffering?

HISTORY
31.01.1999 SDuvan
A couple of easy functions...