summaryrefslogtreecommitdiff
path: root/amiga/object.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/object.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/object.h')
-rwxr-xr-xamiga/object.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/object.h b/amiga/object.h
index 909edd468..d7c678a2d 100755
--- a/amiga/object.h
+++ b/amiga/object.h
@@ -23,12 +23,14 @@
enum
{
+ AMINS_UNKNOWN,
AMINS_CALLBACK,
AMINS_WINDOW,
AMINS_FRAME,
AMINS_DLWINDOW,
AMINS_LOGINWINDOW,
- AMINS_TVWINDOW
+ AMINS_TVWINDOW,
+ AMINS_FETCHER,
};
struct nsObject