From dd7935bb1f8f4437f47a1ebb097afd4c262e107f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 7 Aug 2012 21:09:49 +0100 Subject: abstract the native bitmap fetcher functions, and make the favicon collection use the new one. --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 5d1452142..617b44f5d 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3823,7 +3823,7 @@ void gui_window_set_icon(struct gui_window *g, hlcache_handle *icon) if ((icon != NULL) && (content_get_bitmap(icon) != NULL)) { - bm = ami_getcachenativebm(content_get_bitmap(icon), 16, 16, + bm = ami_bitmap_get_native(content_get_bitmap(icon), 16, 16, g->shared->win->RPort->BitMap); } -- cgit v1.2.3