From 3de529d81590ab0ad01119521f8561c7e79897e9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 15 Jun 2014 15:39:49 +0100 Subject: Change the search ico to be a chooser gadget with the icon as the display --- amiga/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index ad187500a..f5a9030c9 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -111,6 +111,8 @@ struct gui_window_2 { ULONG hotlist_items; char *hotlist_toolbar_lab[AMI_GUI_TOOLBAR_MAX]; struct List hotlist_toolbar_list; + struct List *web_search_list; + Object *search_bm; char *svbuffer; char *status; char *wintitle; @@ -120,7 +122,6 @@ struct gui_window_2 { BOOL rmbtrapped; struct AppIcon *appicon; /* iconify appicon */ struct DiskObject *dobj; /* iconify appicon */ - struct Hook search_ico_hook; struct Hook favicon_hook; struct Hook throbber_hook; gui_drag_type drag_op; -- cgit v1.2.3