2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include <proto/graphics.h>
10 #include "cybergraphics_intern.h"
12 /*****************************************************************************
15 #include <clib/cybergraphics_protos.h>
17 AROS_LH2(ULONG
, GetCyberIDAttr
,
20 AROS_LHA(ULONG
, attribute
, D0
),
21 AROS_LHA(ULONG
, DisplayModeID
, D1
),
24 struct Library
*, CyberGfxBase
, 17, Cybergraphics
)
43 27-11-96 digulla automatically created from
44 cybergraphics_lib.fd and clib/cybergraphics_protos.h
46 *****************************************************************************/
50 return driver_GetCyberIDAttr(attribute
, DisplayModeID
, GfxBase
);
53 } /* GetCyberIDAttr */