From 9b1cbd7622e80723cebdbf11e3b784ba3628db5e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 9 Jun 2004 20:05:14 +0000 Subject: [project @ 2004-06-09 20:05:14 by jmb] Remove magic numbers. Now uses sensible tinct_FOO style flag names svn path=/import/netsurf/; revision=941 --- riscos/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/history.c') diff --git a/riscos/history.c b/riscos/history.c index 93d07557a..12949d59a 100644 --- a/riscos/history.c +++ b/riscos/history.c @@ -409,7 +409,7 @@ void ro_gui_history_redraw_tree(struct history_entry *he, (char *)(header), x0 + he->x * FULL_WIDTH + MARGIN, y0 - he->y * FULL_HEIGHT - FULL_HEIGHT + MARGIN, - (option_filter_sprites?(1<<1):0) | (option_dither_sprites?(1<<2):0)); + (option_filter_sprites?tinct_BILINEAR_FILTER:0) | (option_dither_sprites?tinct_DITHER:0)); } else { unsigned int size; os_factors factors; -- cgit v1.2.3