summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-28 19:29:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-28 19:29:43 +0000
commit09bc58f7c2926922e59542e8ca2de2f5941714df (patch)
treea1d95fda1e6c2f6c68867bf2f0f48d0a78c2929d /amiga/gui.h
parent56b521a1258f7b9657c9f7dda0878b789d39f59b (diff)
downloadnetsurf-09bc58f7c2926922e59542e8ca2de2f5941714df.tar.gz
netsurf-09bc58f7c2926922e59542e8ca2de2f5941714df.tar.bz2
Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes no attempt to either free the toolbar or make the toolbar work.
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 181bd4f3b..59c60f4c9 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -64,6 +64,8 @@ enum
GID_SHOWALL,
GID_CASE,
GID_TOOLBARLAYOUT,
+ GID_HOTLIST,
+ GID_HOTLISTLAYOUT,
GID_HSCROLL,
GID_LAST
};
@@ -71,6 +73,8 @@ enum
struct find_window;
struct history_window;
+#define AMI_GUI_TOOLBAR_MAX 20
+
struct gui_window_2 {
struct nsObject *node;
struct Window *win;
@@ -98,6 +102,8 @@ struct gui_window_2 {
UBYTE *menutype;
struct NewMenu *menu;
ULONG hotlist_items;
+ char *hotlist_toolbar_lab[AMI_GUI_TOOLBAR_MAX];
+ struct List hotlist_toolbar_list;
char *svbuffer;
char *status;
char *wintitle;