(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>

BOOL LateGfxInit (data)

LOCATION
In GfxBase at offset 181

SYNOPSIS
APTR data

FUNCTION
This function permits late initalization of gfx (After dos but *before* graphics is used, ie. before the first view/screen has been set up). Can be used to load gfx hidds from disk and initializing it. The function only passes the data through to the driver.

INPUTS
data
Data passed on to graphics driver.

RESULT
success - If TRUE initialization went OK.

EXAMPLE

SEE ALSO

NOTES
This function is private and AROS specific.

BUGS

INTERNALS

HISTORY
31.12.1998 nlorentz
Fixed typo
30.12.1998 nlorentz
Gfx init function which is calles by rom/dos/inithidds after dos/LDDemon is up, but before startup-sequence is run