2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of AllocAslRequestA()
8 #define AROS_TAGRETURNTYPE ULONG
9 #include <utility/tagitem.h>
12 /*****************************************************************************
15 // #include <libraries/cybergraphics.h>
16 #include <proto/cybergraphics.h>
17 extern struct Library
*CyberGfxBase
;
18 #undef BestCModeIDTags /* Get rid of the macro from inline/ */
20 ULONG
BestCModeIDTags (
27 This is the varargs version of the cybergraphics.library call
29 For more information see the documentation of
30 cybergraphics.library/BestCModeIDTagList().
33 tag1 - TagList of display requirements.
42 cgfx.library/BestCModeIDTagList()
47 11-11-2002 Gabriele Greco Wrote.
49 *****************************************************************************/
51 AROS_SLOWSTACKTAGS_PRE(tag1
)
53 retval
= BestCModeIDTagList(AROS_SLOWSTACKTAGS_ARG(tag1
));
55 AROS_SLOWSTACKTAGS_POST
57 } /* BestCModeIDTags */