From 781405d1952d9efe3a379e55c0384b7460e0f3a2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 25 Feb 2009 19:56:04 +0000 Subject: Move native bitmap creation/caching routine into bitmap.c svn path=/trunk/netsurf/; revision=6619 --- amiga/bitmap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'amiga/bitmap.h') diff --git a/amiga/bitmap.h b/amiga/bitmap.h index cf49ffab9..80ae166d5 100755 --- a/amiga/bitmap.h +++ b/amiga/bitmap.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Chris Young + * Copyright 2008,2009 Chris Young * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -31,4 +31,6 @@ struct bitmap { int nativebmheight; }; +struct BitMap *ami_getcachenativebm(struct bitmap *bitmap,int width,int height,struct BitMap *friendbm); + #endif -- cgit v1.2.3