summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-03-20 20:39:43 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-03-20 20:39:43 +0000
commit412c668af36de260cad0834f19a6f6acac2c62b7 (patch)
tree903aa56ead96897c624e46cdb86ff46eba41c657 /riscos/theme.c
parent062e6a5bae5a7dc0d853a2b99c59cfe3c5b087f1 (diff)
downloadnetsurf-412c668af36de260cad0834f19a6f6acac2c62b7.tar.gz
netsurf-412c668af36de260cad0834f19a6f6acac2c62b7.tar.bz2
[project @ 2005-03-20 20:39:43 by rjw]
Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows. svn path=/import/netsurf/; revision=1558
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index e6105721e..6e9c49c5c 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -58,7 +58,7 @@ static struct toolbar_icon *ro_gui_theme_toolbar_get_insert_icon(struct toolbar
/* A basic window for the toolbar and status
*/
static wimp_window theme_toolbar_window = {
- {0, 0, 16384, 16384},
+ {0, 0, 1, 1},
0,
0,
wimp_TOP,
@@ -72,7 +72,7 @@ static wimp_window theme_toolbar_window = {
wimp_COLOUR_MID_LIGHT_GREY,
wimp_COLOUR_CREAM,
wimp_WINDOW_NEVER3D | 0x16u /* RISC OS 5.03+ - greyed icons detected for interactive help */,
- {0, 0, 16384, 16384},
+ {0, 0, 1, 1},
0,
0,
wimpspriteop_AREA,