From 6a002558551b5dd57c062268079aef7a63f444e7 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Sep 2015 15:37:34 +0100 Subject: Enable control of core/popupmenu select menus in the prefs GUI. This at least gives the option for people who prefer the popupmenu-based selection menus to easily switch back to the core ones when the options don't all fit on the screen (as popupmenu can't scroll). --- amiga/os3support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index ac7f31590..45a917a46 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -73,6 +73,7 @@ #define GETFONT_ScalableOnly TAG_IGNORE #define PDTA_PromoteMask TAG_IGNORE #define RPTAG_APenColor TAG_IGNORE +#define GA_ContextMenu TAG_IGNORE #define GA_HintInfo TAG_IGNORE #define GAUGEIA_Level TAG_IGNORE #define IA_InBorder TAG_IGNORE @@ -81,6 +82,7 @@ #define SBNA_Text TAG_IGNORE #define TNA_CloseGadget TAG_IGNORE #define TNA_HintInfo TAG_IGNORE +#define WA_ContextMenuHook TAG_IGNORE #define WA_ToolBox TAG_IGNORE #define WINDOW_BuiltInScroll TAG_IGNORE #define WINDOW_NewMenu TAG_IGNORE -- cgit v1.2.3