(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void GetDefaultPubScreen (nameBuffer)

LOCATION
In IntuitionBase at offset 97

SYNOPSIS
UBYTE * nameBuffer

FUNCTION
Returns the name of the current default public screen. This will be "Workbench" if there is no default public screen.

INPUTS
nameBuffer
A buffer of length MAXPUBSCREENNAME

RESULT
None.

EXAMPLE

SEE ALSO
SetDefaultPubScreen(), OpenWindow()

NOTES
Only Public Screen Manager utilities want to use this function since it is easy to open a window on the default public screen without specifying a name.

BUGS

INTERNALS

HISTORY
16.01.1999 hkiel
Added aros_print_not_implemented()
20.10.1998 hkiel
Amiga Research OS
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.09.1996 digulla
New functions to handle Public Screens