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_LH2(ULONG
, GetCyberMapAttr
,
18 AROS_LHA(struct BitMap
*, bitMap
, A0
),
19 AROS_LHA(ULONG
, attribute
, D0
),
22 struct Library
*, CyberGfxBase
, 16, Cybergraphics
)
41 27-11-96 digulla automatically created from
42 cybergraphics_lib.fd and clib/cybergraphics_protos.h
44 *****************************************************************************/
48 return driver_GetCyberMapAttr(bitMap
, attribute
, GfxBase
);
51 } /* GetCyberMapAttr */