summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-15 15:28:17 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-15 15:28:17 +0000
commitd6874d05b1800f3f68cf109fb7818b68b59c213c (patch)
tree9613760ce98d167c8decce6e647a4339d734df81 /amiga/gui.h
parentda2a89e43691d680563a44728688dc4e6b126e7f (diff)
downloadnetsurf-d6874d05b1800f3f68cf109fb7818b68b59c213c.tar.gz
netsurf-d6874d05b1800f3f68cf109fb7818b68b59c213c.tar.bz2
Allow opening of local files from anywhere, not just the parent of the current dir.
svn path=/trunk/netsurf/; revision=5695
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 926df6dc6..1c73a586e 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -120,6 +120,7 @@ struct gui_window
int c_h;
int scrollx;
int scrolly;
+ struct browser_window *bw; // not used
};
void ami_get_msg(void);