2 Copyright © 2010, The AROS Development Team.
8 #include <utility/tagitem.h>
9 #include <proto/alib.h>
11 /*****************************************************************************
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/popupmenu.h>
16 extern struct PopupMenuBase
* PopupMenuBase
;
18 IPTR
PM_OpenPopupMenu(
21 struct Window
*prevwnd
,
43 *****************************************************************************/
45 AROS_SLOWSTACKTAGS_PRE(tag1
)
47 retval
= PM_OpenPopupMenuA(prevwnd
, AROS_SLOWSTACKTAGS_ARG(tag1
));
49 AROS_SLOWSTACKTAGS_POST
50 } /* PM_OpenPopupMenu */