(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/gadtools.h>
#include <intuition/screens.h>
#include <utility/tagitem.h>

APTR GetVisualInfoA (screen , tagList)

LOCATION
In GadToolsBase at offset 21

SYNOPSIS
struct Screen * screen
struct TagItem * tagList

FUNCTION
GetVisualInfoA() creates a visual info structure, which is needed by several gadtools functions. When you're done using it, you have to call FreeVisualInfo().

INPUTS
screen
pointer to the screen to create a visual info structure for (may be NULL)
taglist
additional tags (none defined, yet)

RESULT
A (private) visual info structure. NULL indicates an error.

EXAMPLE

SEE ALSO
FreeVisualInfo()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
01.07.1997 srittau
o Fixes o Hack to make amiga.lib stubs working o BUTTON_KIND does now work
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision