revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / popupmenu / staticlib / pm_layoutmenu.c
blob255218a5608928e252d1350992b16c99d8918660
1 /*
2 Copyright © 2010, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #include <utility/tagitem.h>
9 #include <proto/alib.h>
11 /*****************************************************************************
13 NAME */
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/popupmenu.h>
16 extern struct PopupMenuBase * PopupMenuBase;
18 LONG PM_LayoutMenu(
20 /* SYNOPSIS */
21 struct Window *window,
22 struct PopupMenu *pm,
23 Tag tag1,
24 ...)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_SLOWSTACKTAGS_PRE(tag1)
48 retval = PM_LayoutMenuA(window, pm, AROS_SLOWSTACKTAGS_ARG(tag1));
50 AROS_SLOWSTACKTAGS_POST
51 } /* PM_LayoutMenu */