From 0e3cbbb67bdfb3d3799fa904f8eb5b1357118d3f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 29 Jan 2015 19:18:49 +0000 Subject: Don't schedule our own redraw after a reformat, as this is performed anyway. Attempt to get menus working on OS3 build. --- amiga/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 200ec4254..3ec050f16 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -130,6 +130,10 @@ struct gui_window_2 { struct AppWindow *appwin; struct MinList shared_pens; gui_pointer_shape mouse_pointer; +#ifndef __amigaos4__ + struct NewMenu *menu; + struct VisualInfo *vi; +#endif }; struct gui_window -- cgit v1.2.3