2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "cybergraphics_intern.h"
10 /*****************************************************************************
13 #include <clib/cybergraphics_protos.h>
15 AROS_LH4(LONG
, WriteRGBPixel
,
18 AROS_LHA(struct RastPort
*, rp
, A1
),
19 AROS_LHA(UWORD
, x
, D0
),
20 AROS_LHA(UWORD
, y
, D1
),
21 AROS_LHA(ULONG
, pixel
, D2
),
24 struct Library
*, CyberGfxBase
, 19, Cybergraphics
)
43 27-11-96 digulla automatically created from
44 cybergraphics_lib.fd and clib/cybergraphics_protos.h
46 *****************************************************************************/
50 return driver_WriteRGBPixel(rp
, x
, y
, pixel
, GfxBase
);