From 403f12872d55a71b04287ed828be0c63be19e856 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 4 Oct 2004 23:54:42 +0000 Subject: [project @ 2004-10-04 23:54:42 by rjw] Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301 --- image/bitmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/bitmap.h') diff --git a/image/bitmap.h b/image/bitmap.h index 052a3a4f4..0c06f836f 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -26,6 +26,8 @@ struct content; 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); 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