(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void FreeScreenDrawInfo (screen , drawInfo)

LOCATION
In IntuitionBase at offset 116

SYNOPSIS
struct Screen * screen
struct DrawInfo * drawInfo

FUNCTION
Tell intuition that you have finished work with struct DrawInfo returned by GetScreenDrawInfo()

INPUTS
screen
The screen you passed to GetScreenDrawInfo()
drawInfo
The DrawInfo structure returned by GetScreenDrawInfo()

RESULT
None.

EXAMPLE

SEE ALSO
GetScreenDrawInfo()

NOTES

BUGS

INTERNALS

HISTORY
24.03.1999 nlorentz
Implemented function
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