summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index c06bd17f7..4a339f0ad 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -1,5 +1,5 @@
/**
- * $Id: gui.h,v 1.5 2003/03/08 20:26:31 bursa Exp $
+ * $Id: gui.h,v 1.6 2003/04/15 18:07:25 bursa Exp $
*/
#ifndef _NETSURF_RISCOS_GUI_H_
@@ -38,6 +38,7 @@ struct ro_gui_window
gui_safety redraw_safety;
enum { drag_NONE, drag_UNKNOWN, drag_BROWSER_TEXT_SELECTION } drag_status;
+ int old_width;
};
#include "netsurf/desktop/browser.h"