2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Graphics function SetDrMd()
9 #include "graphics_intern.h"
10 #include "gfxfuncsupport.h"
12 /*****************************************************************************
15 #include <graphics/rastport.h>
16 #include <proto/graphics.h>
18 AROS_LH2I(void, SetDrMd
,
21 AROS_LHA(struct RastPort
*, rp
, A1
),
22 AROS_LHA(ULONG
, drawMode
, D0
),
25 struct GfxBase
*, GfxBase
, 59, Graphics
)
28 Set the drawing mode for lines, fills and text.
32 drawMode - see graphics/rastport.h for possible flags.
47 29-10-95 digulla automatically created from
48 graphics_lib.fd and clib/graphics_protos.h
50 *****************************************************************************/
54 rp
->DrawMode
= drawMode
;