summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-30 21:32:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-30 21:32:05 +0000
commita9867f0b7f8b00e8687ef09abcf3c1121da13b7d (patch)
tree7cce1554e744f8c0db85c11d866309e5df8d2987 /amiga/gui.h
parent277262bf46571df9f542b21543829b10344e719d (diff)
downloadnetsurf-a9867f0b7f8b00e8687ef09abcf3c1121da13b7d.tar.gz
netsurf-a9867f0b7f8b00e8687ef09abcf3c1121da13b7d.tar.bz2
401 authentication/login support.
svn path=/trunk/netsurf/; revision=5222
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 0bb1a352b..1081b1e3b 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -38,6 +38,10 @@ enum
GID_BACK,
GID_FORWARD,
GID_THROBBER,
+ GID_USER,
+ GID_PASS,
+ GID_LOGIN,
+ GID_CANCEL,
GID_LAST
};
@@ -86,4 +90,7 @@ struct gui_window {
struct RastPort *currp;
struct TextFont *origrpfont;
+struct MinList *window_list;
+struct Screen *scrn;
+STRPTR nsscreentitle;
#endif