summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index c7644623d..2ef75af0a 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -1,5 +1,5 @@
/**
- * $Id: gui.h,v 1.1 2002/09/11 14:24:02 monkeyson Exp $
+ * $Id: gui.h,v 1.2 2002/10/15 10:41:12 monkeyson Exp $
*/
#ifndef _NETSURF_RISCOS_GUI_H_
@@ -23,6 +23,7 @@ struct ro_gui_window
struct {
wimp_w window;
wimp_w toolbar;
+ int toolbar_width;
struct browser_window* bw;
} browser;
} data;
@@ -32,6 +33,9 @@ struct ro_gui_window
char url[256];
gui_window* next;
+ int throbber;
+ float throbtime;
+
gui_safety redraw_safety;
enum { drag_NONE, drag_UNKNOWN, drag_BROWSER_TEXT_SELECTION } drag_status;
};