(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/layers.h>
void DoHookClipRects (hook , rport , rect )
LOCATION
In LayersBase at offset 36
SYNOPSIS
struct Hook * hook
struct RastPort * rport
struct Rectangle * rect
FUNCTION
INPUTS
hook
pointer to the hook to be called for the cliprects of the given layer
rport
pointer to the rastport where the layers upon which the hook is to be called
rect
no operation is allowed outside this rectangle. If a layer is bigger than this rectangle only operations in the common area are allowed.
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
28.02.1999 bergers
All functions use the backfill or blank hook to fill cleared or new areas.
19.10.1998 ldp
Called function name changed
19.10.1998 ldp
Function name changed
08.07.1997 ldp
Added to CVS