summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
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 1c73a586e..3793587d0 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -62,6 +62,9 @@ enum
GID_NEWF,
GID_NEWB,
GID_DEL,
+ GID_NEXT,
+ GID_PREV,
+ GID_SEARCHSTRING,
GID_LAST
};
@@ -74,6 +77,8 @@ enum
OID_LAST
};
+struct find_window;
+
struct gui_download_window {
struct Window *win;
Object *objects[OID_LAST];
@@ -108,6 +113,7 @@ struct gui_window_2 {
browser_mouse_state mouse_state;
browser_mouse_state key_state;
ULONG throbber_update_count;
+ struct find_window *searchwin;
};
struct gui_window