2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function GetOutlinePen()
8 #include "graphics_intern.h"
10 /*****************************************************************************
13 #include <graphics/rastport.h>
14 #include <proto/graphics.h>
16 AROS_LH1(ULONG
, GetOutlinePen
,
19 AROS_LHA(struct RastPort
*, rp
, A0
),
22 struct GfxBase
*, GfxBase
, 146, Graphics
)
25 Get the outline pen value for a RastPort.
43 29-10-95 digulla automatically created from
44 graphics_lib.fd and clib/graphics_protos.h
46 *****************************************************************************/
50 return (UBYTE
)rp
->AOlPen
;