summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 4a7f2b521..c1958299b 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008-9 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -102,6 +102,8 @@ struct gui_window_2 {
browser_mouse_state key_state;
ULONG throbber_update_count;
struct find_window *searchwin;
+ ULONG oldh;
+ ULONG oldv;
};
struct gui_window
@@ -143,6 +145,7 @@ struct MinList *window_list;
struct Screen *scrn;
STRPTR nsscreentitle;
struct FileRequester *filereq;
+struct FileRequester *savereq;
struct MsgPort *sport;
bool win_destroyed;
struct browser_window *curbw;