(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void AlohaWorkbench (wbmsgport)

LOCATION
In IntuitionBase at offset 67

SYNOPSIS
struct MsgPort * wbmsgport

FUNCTION
The WorkBench program wants to call this function to signal Intuition that it is active or shutting down. Intuition then uses the MsgPort to tell the WorkBench to open or close its windows if the user called OpenWorkbench() or CloseWorkbench().

When the MsgPort is non-NULL Intuition will send IntuiMessages to it with the Class field set to WBENCHMESSAGE and Code field set to either WBENCHOPEN or WBENCHCLOSE. Intuition assumes that when the WorkBench task replies this messages, it already has opened/closed its windows.

INPUTS
wbmsgport
The MsgPort of the (initialized) WorkBench task or NULL if the task is shutting down.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 hkiel
New function AlohaWorkBench() needs internal storage