summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.h6
-rwxr-xr-xamiga/login.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index e8c6481c4..889a9111c 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -59,7 +59,7 @@ struct gui_download_window {
Object *objects[OID_LAST];
struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
- ULONG pad[2];
+ ULONG pad[4];
BPTR fh;
uint32 size;
uint32 downloaded;
@@ -70,9 +70,10 @@ struct gui_window {
Object *objects[OID_LAST];
struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
+ struct browser_window *bw;
bool redraw_required;
+ int throbber_frame;
struct List *tab_bw_list;
- struct browser_window *bw;
struct BitMap *bm;
struct RastPort rp;
struct Layer_Info *layerinfo;
@@ -84,7 +85,6 @@ struct gui_window {
union content_msg_data *redraw_data;
browser_mouse_state mouse_state;
browser_mouse_state key_state;
- int throbber_frame;
ULONG throbber_update_count;
int c_x;
int c_y;
diff --git a/amiga/login.h b/amiga/login.h
index 25aa57006..02a39cb4f 100755
--- a/amiga/login.h
+++ b/amiga/login.h
@@ -23,8 +23,8 @@ struct gui_login_window {
Object *objects[OID_LAST];
struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
- ULONG pad[2];
struct browser_window *bw;
+ ULONG pad[3];
char *url;
char *realm;
char *host;