Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / workbench / libs / reqtools / stubs / rtscreenmoderequest.c
blob0a512c8911762a336d08be616dc0a1c2df64c1fe
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
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 /*****************************************************************************
20 NAME */
21 ULONG rtScreenModeRequest (
23 /* SYNOPSIS */
24 struct rtScreenModeRequester *screenmodereq,
25 char *title,
26 Tag tag1,
27 ...)
29 /* FUNCTION
31 INPUTS
33 RESULT
35 NOTES
37 EXAMPLE
39 BUGS
41 SEE ALSO
43 INTERNALS
45 HISTORY
47 *****************************************************************************/
49 AROS_SLOWSTACKTAGS_PRE(tag1)
51 retval = rtScreenModeRequestA(screenmodereq, title, AROS_SLOWSTACKTAGS_ARG(tag1));
53 AROS_SLOWSTACKTAGS_POST
55 } /* rtScreenModeRequest */