summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-15 15:39:49 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-15 15:39:49 +0100
commit3de529d81590ab0ad01119521f8561c7e79897e9 (patch)
tree4d0fb083e0897de1e3c2cda3ca715dc2cc0fc5d3 /amiga/gui.h
parentd552865da1203aeae7a7dd7b3edd789051e66580 (diff)
downloadnetsurf-3de529d81590ab0ad01119521f8561c7e79897e9.tar.gz
netsurf-3de529d81590ab0ad01119521f8561c7e79897e9.tar.bz2
Change the search ico to be a chooser gadget with the icon as the display
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
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;