(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

struct DrawInfo * GetScreenDrawInfo (screen)

LOCATION
In IntuitionBase at offset 115

SYNOPSIS
struct Screen * screen

FUNCTION
Returns a pointer to struct DrawInfo of the passed screen. This data is READ ONLY. The version of the struct DrawInfo is given in the dri_Version field.

INPUTS
screen
The screen you want to get the DrawInfo from. Must be valid and open.

RESULT
Returns pointer to struct DrawInfo defined in intuition/screens.h

EXAMPLE

SEE ALSO
FreeScreenDrawInfo(), LockPubScreen(), intuition/screens.h

NOTES
Call FreeScreenDrawInfo() after finishing using the pointer. This function does not prevent the screen from being closed.

BUGS

INTERNALS
Only returns the pointer.

HISTORY
16.01.1999 hkiel
Extended AutoDocs
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