(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/layers.h>
#include <>

struct Hook * InstallLayerHook (layer , hook)

LOCATION
In LayersBase at offset 33

SYNOPSIS
struct Layer * layer
struct Hook * hook

FUNCTION
Safely install a new backfill hook. Return the old hook. If hook is NULL, then the default backfill hook will be installed.

INPUTS
layer
layer that will get the new backfill hook
hook
pointer to backfill hook to be installed

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
Amiga Research OS
08.07.1997 ldp
Added to CVS