summaryrefslogtreecommitdiff
path: root/riscos/wimp.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-06-28 19:35:04 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-06-28 19:35:04 +0000
commit4479072d167d364f69e8963a5a2034761d6a8efc (patch)
tree2be7b0579319168cbb079922c310160d3777eba5 /riscos/wimp.c
parentc6dd3cb9abe3a11f764f9f23b3102f31bd7b2052 (diff)
downloadnetsurf-4479072d167d364f69e8963a5a2034761d6a8efc.tar.gz
netsurf-4479072d167d364f69e8963a5a2034761d6a8efc.tar.bz2
[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
Diffstat (limited to 'riscos/wimp.c')
-rw-r--r--riscos/wimp.c5
1 files changed, 2 insertions, 3 deletions
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
*/