(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/screens.h>
#include <proto/intuition.h>

struct Screen * OpenScreen (newScreen)

LOCATION
In IntuitionBase at offset 33

SYNOPSIS
struct NewScreen * newScreen

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
14.07.1999 stegerg
bottom window border now 4
11.07.1999 stegerg
Better looking window borders
02.01.1999 nlorentz
Fillpen should be pen nr.4
31.12.1998 nlorentz
Alloc som more colors
30.12.1998 nlorentz
Screen palette is now set to a default, and pointer to bitmap (allocated via HIDD) is also stored in Screen.ViewPort.RasInfo->BitMap, sot that config/hidd/graphics_driver/driver_LoadRGBxxx() can get a pointer to the HIDD object
06.12.1998 bergers
Inits layers_info structure.
20.10.1998 hkiel
Amiga Research OS
16.01.1998 hkiel
Always #undef DEBUG to assure proper behaviour with cpak
25.12.1997 hkiel
Keep compiler happy ;-)
02.04.1997 digulla
Use InitRastPort() to create RastPort
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Use the new functions to create and free the RastPort
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.09.1996 digulla
Fill private fields
21.09.1996 digulla
Open and close screens