From d89753a11ba1125efb23079eae3372f8812ff442 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 21 Jul 2004 20:02:13 +0000 Subject: [project @ 2004-07-21 20:02:13 by rjw] Less compiler warnings. Fixed create_folder window title indirection from being too small. Support for help keys for greyed out menu items/icons. svn path=/import/netsurf/; revision=1135 --- riscos/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/toolbar.c') diff --git a/riscos/toolbar.c b/riscos/toolbar.c index ba922e453..3b2edddc6 100644 --- a/riscos/toolbar.c +++ b/riscos/toolbar.c @@ -62,7 +62,7 @@ static wimp_window empty_window = { wimp_COLOUR_DARK_GREY, wimp_COLOUR_MID_LIGHT_GREY, wimp_COLOUR_CREAM, - wimp_WINDOW_NEVER3D, + wimp_WINDOW_NEVER3D | 0x16u /* RISC OS 5.03+ - greyed icons detected for interactive help */, {0, 0, 16384, 16384}, 0, 0, -- cgit v1.2.3