2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function SetWriteMask()
8 #include "graphics_intern.h"
10 /*****************************************************************************
13 #include <graphics/rastport.h>
14 #include <proto/graphics.h>
16 AROS_LH2(ULONG
, SetWriteMask
,
19 AROS_LHA(struct RastPort
*, rp
, A0
),
20 AROS_LHA(ULONG
, mask
, D0
),
23 struct GfxBase
*, GfxBase
, 164, Graphics
)
42 29-10-95 digulla automatically created from
43 graphics_lib.fd and clib/graphics_protos.h
45 *****************************************************************************/
49 /* TODO: Write graphics/SetWriteMask() */