(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void UnlockPubScreen (name , screen)

LOCATION
In IntuitionBase at offset 86

SYNOPSIS
UBYTE * name
struct Screen * screen

FUNCTION
Release a lock to a screen locked by LockPubScreen(). Identify screen by the pointer returned from LockPubScreen() and pass NULL name in normal cases. Sometimes it might be useful to specify the name string. In this case the screen pointer will be ignored.

INPUTS
name
Name of the public screen to unlock
screen
Pointer to the screen to unlock

RESULT

EXAMPLE

SEE ALSO
LockPubScreen()

NOTES
The screen parameter will be ignored if name is non-NULL

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