summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-04-28 19:18:06 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-04-28 19:18:06 +0100
commit180295936b686d194b7b4c25b9a0dc2038ffc4cb (patch)
tree79457e49889bc8d56fa504ab6964596c2d350b34 /amiga/bitmap.h
parente5a05f1c0e1bb7e7388d4fedb584d8ec71be6628 (diff)
downloadnetsurf-180295936b686d194b7b4c25b9a0dc2038ffc4cb.tar.gz
netsurf-180295936b686d194b7b4c25b9a0dc2038ffc4cb.tar.bz2
Use guigfx.library for 8-bit image quantization
This achieves speed-up on OS3/68k platforms where 8-bit modes are more likely to be used, at the expense of lower quality quantization than the former picture.datatype abuse provided. Additionally, caching of BitMaps in palette-mapped modes is now possible. NetSurf now requires guigfx.library (and render.library) in order to start, even on OS4.
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index 743cd8faa..d7dd70bce 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -83,16 +83,6 @@ ULONG *ami_bitmap_get_icondata(struct bitmap *bm);
void ami_bitmap_set_icondata(struct bitmap *bm, ULONG *icondata);
/**
- * Test if a bitmap has an associated DataTypes object.
- *
- * \param bm a bitmap, as returned by bitmap_create()
- * \return true if the BitMap has a DataTypes object
- *
- * This function probably shouldn't be used!
- */
-bool ami_bitmap_has_dto(struct bitmap *bm);
-
-/**
* Test if a BitMap is owned by a bitmap.
*
* \param bm a bitmap, as returned by bitmap_create()