summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-04-03 18:08:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-04-03 18:08:31 +0000
commit2f2cfbfe1632cde97c7f58e7117b74c3361e9a69 (patch)
tree1ad0efe0cffe9f5428a1b5b31e4a99e5f048bc96
parent9dded4a01c35484ed62bcbe98db16dda2680f3f6 (diff)
downloadnetsurf-2f2cfbfe1632cde97c7f58e7117b74c3361e9a69.tar.gz
netsurf-2f2cfbfe1632cde97c7f58e7117b74c3361e9a69.tar.bz2
[project @ 2004-04-03 18:08:31 by jmb]
Add title text to history tree svn path=/import/netsurf/; revision=716
-rw-r--r--riscos/history.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/riscos/history.c b/riscos/history.c
index a11f82877..770ccda05 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -414,7 +414,7 @@ void ro_gui_history_redraw_tree(struct history_entry *he,
xfree(table);
}
-/*
+
if (he == history_current->current)
wimp_set_font_colours(wimp_COLOUR_WHITE, wimp_COLOUR_RED);
else
@@ -423,9 +423,9 @@ void ro_gui_history_redraw_tree(struct history_entry *he,
font_paint(history_font, he->title,
font_OS_UNITS | font_GIVEN_FONT | font_KERN,
x0 + he->x * FULL_WIDTH + (FULL_WIDTH - he->width) / 2,
- y0 - he->y * FULL_HEIGHT - MARGIN - 24,
+ y0 - he->y * FULL_HEIGHT - HEIGHT - MARGIN - 24,
0, 0, 0);
-*/
+
colourtrans_set_gcol(os_COLOUR_MID_DARK_GREY, 0,
os_ACTION_OVERWRITE, 0);