summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 16:38:48 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 16:38:48 +0100
commit1a8cf5b7a7e9982c859364638e6ae4b6ed1cfd93 (patch)
tree25a05797dd3cbcb1ea60966dee4ec301b38db666 /amiga/os3support.h
parent2e4bfc5dc3ae3d6c13fbc6f956b611354ed37257 (diff)
parent5b880e586c9358db0ae86bb95edb2559f16d5da4 (diff)
downloadnetsurf-1a8cf5b7a7e9982c859364638e6ae4b6ed1cfd93.tar.gz
netsurf-1a8cf5b7a7e9982c859364638e6ae4b6ed1cfd93.tar.bz2
Merge branch 'chris/menuclass'
This replaces the old popupmenu.class-based context menus with Intuition-based ones. This provides the following advantages: - No more RMBTrap, so menu shortcuts work without having to be manually handled - Standard menus now display when not over a contextual zone, so the not-really-contextual menu items have been removed - No buggy system crash problems, so they are always enabled now - Menus can be attached directly to gadgets, so the history menu is now attached directly to the back/forward buttons (however they now need to be periodically refreshed as they can't be created on demand) Additionally, the menu items now have images. popupmenu.class is now only used (optionally) for form select menus. This code has been bug-fixed and is now toggleable from the prefs GUI. However, due to the inability to display more items than fit on the screen, it still isn't recommended to use it.
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h2
1 files changed, 2 insertions, 0 deletions
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