(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void CopySBitMap (l)

LOCATION
In GfxBase at offset 75

SYNOPSIS
struct Layer * l

FUNCTION
If the layer has a superbitmap all the parts that are visible will be refreshed with what is in the superbitmap. This function should be called after the SuperBitMap of the layer was synchronized with SyncSBitMap() and manipulated.

INPUTS
l
pointer to superbitmapped layer

RESULT
The layer will show the true contents of the superbitmap that is attatched to it

EXAMPLE

SEE ALSO
SyncSBitMap()

NOTES

BUGS

INTERNALS

HISTORY
30.01.1999 bergers
*** empty log message ***
30.01.1999 bergers
Implementation of these two functions.