From de75959362f83adee9f7b879fe5e76701575af7c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Sep 2015 09:06:20 +0100 Subject: Create menus on OS3 and 4 the same way (manual GadTools method). This makes it easier to switch to menuclass. It also fixes a crash-on-exit bug on OS3. --- amiga/gui.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 6348884ce..6a010828c 100644 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -140,10 +140,8 @@ struct gui_window_2 { struct AppWindow *appwin; struct MinList shared_pens; gui_pointer_shape mouse_pointer; -#ifndef __amigaos4__ - struct NewMenu *menu_os3; - struct VisualInfo *vi; -#endif + struct Menu *imenu; /* Intuition menu */ + struct VisualInfo *vi; /* For GadTools menu */ }; struct gui_window -- cgit v1.2.3