From 542f783b189fe7d2139a1e5e8c37f5b0f264805b Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 10 Nov 2004 19:51:32 +0000 Subject: [project @ 2004-11-10 19:51:31 by rjw] Further GIF optimisation to reduce flicker. svn path=/import/netsurf/; revision=1356 --- image/bitmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image/bitmap.h') diff --git a/image/bitmap.h b/image/bitmap.h index 058e03a46..484e64599 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -28,6 +28,7 @@ struct bitmap; struct bitmap *bitmap_create(int width, int height); void bitmap_set_opaque(struct bitmap *bitmap, bool opaque); bool bitmap_test_opaque(struct bitmap *bitmap); +bool bitmap_get_opaque(struct bitmap *bitmap); char *bitmap_get_buffer(struct bitmap *bitmap); size_t bitmap_get_rowstride(struct bitmap *bitmap); void bitmap_destroy(struct bitmap *bitmap); -- cgit v1.2.3