(C) 1998 AROS - The Amiga Research OS
NAME
void Draw (rp , x , y)
LOCATION
In GfxBase at offset 41
SYNOPSIS
struct RastPort * rp
LONG x
LONG y
FUNCTION
INPUTS
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
31.12.1998 nlorentz
Bugfix: Now updates rp->cp_x and rp->cp_y again
31.12.1998 nlorentz
Moved layer handling code to config/hidd/
28.10.1998 bergers
Line doens't need to be draw twice. Uncommented call to driver.
27.10.1998 bergers
Update. Now correctly draws a line.
26.10.1998 bergers
Draw is now based upon an algorithm that uses WritePixel().
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.
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
15.08.1996 digulla
Draw() should update the current position
13.08.1996 digulla
Replaced __AROS_LA by __AROS_LHA
12.08.1996 digulla
Implemented the most commonly used Amiga graphics functions