summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index b91fd7424..e8c6481c4 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -37,6 +37,7 @@ enum
GID_HOME,
GID_BACK,
GID_FORWARD,
+ GID_THROBBER,
GID_USER,
GID_PASS,
GID_LOGIN,
@@ -50,7 +51,6 @@ enum
OID_VSCROLL,
OID_HSCROLL,
OID_MENU,
- OID_THROBBER,
OID_LAST
};
@@ -84,6 +84,8 @@ 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;
int c_h;