(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void BltBitMapRastPort (srcBitMap , xSrc , ySrc , destRP , xDest , yDest , xSize , ySize , minterm)

LOCATION
In GfxBase at offset 101

SYNOPSIS
struct BitMap * srcBitMap
LONG xSrc
LONG ySrc
struct RastPort * destRP
LONG xDest
LONG yDest
LONG xSize
LONG ySize
ULONG minterm

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 nlorentz
Function had wrong LVO
31.01.1999 SDuvan
A couple of easy functions...
20.01.1999 digulla
Fixed header
12.01.1999 bergers
Bugfix and included it in mmakefile.src
06.01.1999 nlorentz
Implemented function