2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function SetOutlinePen()
8 #include "graphics_intern.h"
9 #include <graphics/rastport.h>
11 /*****************************************************************************
14 #include <graphics/rastport.h>
15 #include <proto/graphics.h>
17 AROS_LH2(ULONG
, SetOutlinePen
,
20 AROS_LHA(struct RastPort
*, rp
, A0
),
21 AROS_LHA(ULONG
, pen
, D0
),
24 struct GfxBase
*, GfxBase
, 163, Graphics
)
27 Set the outline pen and turn on area outline mode.
47 29-10-95 digulla automatically created from
48 graphics_lib.fd and clib/graphics_protos.h
50 *****************************************************************************/
59 rp
->Flags
|= AREAOUTLINE
;