(C) 1998 AROS - The Amiga Research OS


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

BOOL LateIntuiInit (data)

LOCATION
In IntuitionBase at offset 120

SYNOPSIS
APTR data

FUNCTION
This function permits late initalization of intuition (After dos and after graphics hidds are setup, but before starup-sequence is run. Can be used to open workbench screen.

INPUTS
data
unused for now.

RESULT
success - TRUE if initialization went, FALSE otherwise.

EXAMPLE

SEE ALSO

NOTES
This function is private and AROS specific.

BUGS

INTERNALS

HISTORY
14.03.1999 bergers
Bigger screensize: 800 x 600
28.01.1999 nlorentz
Fixed typo
04.01.1999 nlorentz
Workbench screen now 640x480 by default
31.12.1998 nlorentz
New private function that handles opening of WB screen. Called from rom/dos/inithidds.c, after gfx.hidd is up