NAME SetOutlinePen -- Set the Outline Pen value for a rastport (v39). SYNOPSIS old_pen=SetOutlinePen ( rp, pen ) d0 a0 d0 ULONG SetOutlinePen(struct rastport *,ulong) FUNCTION Set the current value of the O pen for the rastport and turn on area outline mode. This function should be used instead of poking the structure directly, because future graphics devices may store it differently, for instance, using more bits. INPUTS rp = a pointer to a valid rastport structure. pen = a longword pen number returns the previous outline pen BUGS NOTES SEE ALSO getopen() graphics/gfxmacros.h