summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-04-10 23:12:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-04-10 23:12:28 +0000
commit02915fd4cd3add922aaff64da620ff7158a5227b (patch)
tree377c951af01d4a58c8162ba886f6306f84456fd5
parent88bf9d7ddcb61e31b92ea2dc983457ae5fa67e1c (diff)
downloadnetsurf-02915fd4cd3add922aaff64da620ff7158a5227b.tar.gz
netsurf-02915fd4cd3add922aaff64da620ff7158a5227b.tar.bz2
[project @ 2004-04-10 23:12:28 by jmb]
Add text under thumbnails again. svn path=/import/netsurf/; revision=748
-rw-r--r--riscos/history.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/riscos/history.c b/riscos/history.c
index aa574ba44..07a709623 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -398,7 +398,7 @@ void ro_gui_history_redraw_tree(struct history_entry *he,
sprite we have is a legacy 256 colour one
*/
if (header->mode == (os_mode)0x301680b5) {
-
+
/* We plot with no mask and no scaling as any EIG factors are
handled internally by Tinct
*/
@@ -437,7 +437,7 @@ void ro_gui_history_redraw_tree(struct history_entry *he,
}
}
-/*
+
if (he == history_current->current)
wimp_set_font_colours(wimp_COLOUR_WHITE, wimp_COLOUR_RED);
else
@@ -446,9 +446,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);