(C) 1998 AROS - The Amiga Research OS


NAME

void InitTmpRas (tmpras , buffer , size )

LOCATION
In GfxBase at offset 78

SYNOPSIS
struct TmpRas * tmpras
void * buffer
ULONG size

FUNCTION
Initializes a TmpRas structure. The user has to conect the TmpRas structure to the rastport. Some routines need extra memory in order to be able to operate properly.

INPUTS
tmpras
pointer to a TmpRas structure to be initialized
buffer
pointer to a piece of chip memory.
size
size in bytes of buffer.

RESULT
Properly initilized TmpRas struture to link to RastPort structure for use with functions like Flood(), Text() and AreaEnd().

EXAMPLE

SEE ALSO

NOTES

BUGS
The function itself is a bug. Why does this function exist at all? The necessary memory should be allocated in InitRastPort() or the functions that need it.

INTERNALS

HISTORY
09.01.1999 bergers
Implementation of that function. Not much to do...