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 --- gtk/gtk_bitmap.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gtk') diff --git a/gtk/gtk_bitmap.c b/gtk/gtk_bitmap.c index 7db84ffe2..ae9fd1695 100644 --- a/gtk/gtk_bitmap.c +++ b/gtk/gtk_bitmap.c @@ -70,6 +70,19 @@ bool bitmap_test_opaque(struct bitmap *bitmap) } +/** + * Gets whether a bitmap should be plotted opaque + * + * \param bitmap a bitmap, as returned by bitmap_create() + */ +bool bitmap_get_opaque(struct bitmap *bitmap) +{ + assert(bitmap); +/* todo: get whether bitmap is opaque */ + return false; +} + + /** * Return a pointer to the pixel data in a bitmap. * -- cgit v1.2.3