From 4479072d167d364f69e8963a5a2034761d6a8efc Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 28 Jun 2004 19:35:04 +0000 Subject: [project @ 2004-06-28 19:35:04 by rjw] Optional window size inheritance to appease tlsa. Updates to code comments. Ctrl-N shortcut to open a new window. svn path=/import/netsurf/; revision=1023 --- riscos/wimp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'riscos/wimp.c') diff --git a/riscos/wimp.c b/riscos/wimp.c index 8880232c9..ce07237d6 100644 --- a/riscos/wimp.c +++ b/riscos/wimp.c @@ -29,7 +29,7 @@ static wimpextend_furniture_sizes furniture_sizes; /** - * Gets the default horzontal scrollbar height + * Gets the horzontal scrollbar height */ int ro_get_hscroll_height(wimp_w w) { wimp_version_no version; @@ -57,10 +57,9 @@ int ro_get_hscroll_height(wimp_w w) { /** - * Gets the default horzontal scrollbar height + * Gets the vertical scrollbar width */ int ro_get_vscroll_width(wimp_w w) { - wimp_version_no version; /* Read the hscroll height */ -- cgit v1.2.3