summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
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