- Wait for mouse acks properly.
[cake.git] / rom / cgfx / getcyberidattr.c
bloba8e468cf62f80a63f08ec3821431e20703239942
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include <proto/graphics.h>
10 #include "cybergraphics_intern.h"
12 /*****************************************************************************
14 NAME */
15 #include <clib/cybergraphics_protos.h>
17 AROS_LH2(ULONG, GetCyberIDAttr,
19 /* SYNOPSIS */
20 AROS_LHA(ULONG, attribute, D0),
21 AROS_LHA(ULONG, DisplayModeID, D1),
23 /* LOCATION */
24 struct Library *, CyberGfxBase, 17, Cybergraphics)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
43 27-11-96 digulla automatically created from
44 cybergraphics_lib.fd and clib/cybergraphics_protos.h
46 *****************************************************************************/
48 AROS_LIBFUNC_INIT
50 return driver_GetCyberIDAttr(attribute, DisplayModeID, GfxBase);
52 AROS_LIBFUNC_EXIT
53 } /* GetCyberIDAttr */