(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
void SetAPen (rp , pen)
LOCATION
In GfxBase at offset 57
SYNOPSIS
struct RastPort * rp
ULONG pen
FUNCTION
INPUTS
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
10.01.1999 bergers
Added support for lines w/ pattern.
20.10.1998 hkiel
Amiga Research OS
27.01.1997 ldp
Polish
06.12.1996 aros
Support for line patterns
08.11.1996 aros
All OS function use now Amiga types
Moved intuition-driver protos to intuition_intern.h
31.10.1996 aros
Moved driver prototypes into graphics_intern.h
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
02.10.1996 digulla
Always pass GfxBase to driver
23.08.1996 digulla
Moved the modification of the rastport behind the call of the driver to allow the driver to examine the old value
13.08.1996 digulla
Added call to driver Replaced __AROS_LA by __AROS_LHA Added include
12.08.1996 digulla
Change forground color of Rastport