summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h4
1 files changed, 3 insertions, 1 deletions
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 <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008,2009 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* 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