2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #define AROS_TAGRETURNTYPE ULONG
10 #include <utility/tagitem.h>
11 #include <libraries/reqtools.h>
13 #define NO_INLINE_STDARG /* turn off inline def */
14 #include <proto/reqtools.h>
16 extern struct ReqToolsBase
* ReqToolsBase
;
18 /*****************************************************************************
21 ULONG
rtScreenModeRequest (
24 struct rtScreenModeRequester
*screenmodereq
,
47 *****************************************************************************/
49 AROS_SLOWSTACKTAGS_PRE(tag1
)
51 retval
= rtScreenModeRequestA(screenmodereq
, title
, AROS_SLOWSTACKTAGS_ARG(tag1
));
53 AROS_SLOWSTACKTAGS_POST
55 } /* rtScreenModeRequest */