From ebdaeed55785d02f9f6ac1e951c80e5e8b7db449 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 30 Nov 2006 15:30:54 +0000 Subject: Use new UTF-8 status bar. Use top-window dimensions for new windows from framesets. svn path=/trunk/netsurf/; revision=3082 --- riscos/theme.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'riscos/theme.h') diff --git a/riscos/theme.h b/riscos/theme.h index ab27de57a..40e6d2340 100644 --- a/riscos/theme.h +++ b/riscos/theme.h @@ -99,23 +99,18 @@ struct theme { }; struct toolbar { - int status_width; /**< status width percentage * 100 */ bool display_buttons; /**< display standard buttons */ bool display_url; /**< display URL bar (if applicable) */ bool display_throbber; /**< display throbber (if applicable) */ - bool display_status; /**< display status bar (if applicable) */ - int status_current; /**< the size of the status window in OS units */ int toolbar_current; /**< the size of the toolbar window in OS units */ int height; /**< vertical extent of the toolbar (read only) */ int max_height; /**< allowed vertical extent (read only) */ int old_height; /**< height on last test (read only) */ wimp_w toolbar_handle; /**< toolbar window handle */ - wimp_w status_handle; /**< status window handle (if applicable) */ wimp_w parent_handle; /**< parent window handle (read only) */ bool reformat_buttons; /**< buttons need reformatting */ char *url_buffer; /**< buffer for status text (read only) */ char *throbber_buffer; /**< buffer for status text (read only) */ - char *status_buffer; /**< buffer for status text (read only) */ struct toolbar_icon *icon; /**< first toolbar icon (read only) */ struct toolbar_icon *suggest; /**< suggestion toolbar icon (read only) */ struct theme_descriptor *descriptor; /**< theme descriptor (read only) */ -- cgit v1.2.3