(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void OwnBlitter ()

LOCATION
In GfxBase at offset 76

SYNOPSIS

FUNCTION
The blitter is allocated for excludive use by the calling task. This function returns immediatedly if no other task is using the blitter right now or if no blits are in the queues (QBlit(), QBSBlit()). Otherwise the function will block until the blitter can be accessed. It is good practice to start the blitter immediately after calling this function and then call DisownBlitter() so other tasks can use the blitter.

INPUTS
RESULT

EXAMPLE

SEE ALSO
DisownBlitter()

NOTES

BUGS

INTERNALS

HISTORY
28.02.1999 bergers
Initial revision of these functions.