summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-11-30 15:30:54 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-11-30 15:30:54 +0000
commitebdaeed55785d02f9f6ac1e951c80e5e8b7db449 (patch)
treec1047de32ef18c80adf2c0120681b6d12db020c1 /riscos/theme.h
parentb057bdc2aaf5e61ade1e83f6c1305590c48444a9 (diff)
downloadnetsurf-ebdaeed55785d02f9f6ac1e951c80e5e8b7db449.tar.gz
netsurf-ebdaeed55785d02f9f6ac1e951c80e5e8b7db449.tar.bz2
Use new UTF-8 status bar. Use top-window dimensions for new windows from framesets.
svn path=/trunk/netsurf/; revision=3082
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h5
1 files changed, 0 insertions, 5 deletions
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) */