From 4b03028b5111ca43dc5028c4aee471a83dbae58f Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Fri, 24 Mar 2006 03:44:37 +0000 Subject: [project @ 2006-03-24 03:44:33 by adrianl] Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157 --- image/bitmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'image') diff --git a/image/bitmap.h b/image/bitmap.h index bae1e1a15..3581564b5 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -45,4 +45,7 @@ void bitmap_modified(struct bitmap *bitmap); void bitmap_set_suspendable(struct bitmap *bitmap, void *private_word, void (*invalidate)(struct bitmap *bitmap, void *private_word)); +int bitmap_get_width(struct bitmap *bitmap); +int bitmap_get_height(struct bitmap *bitmap); + #endif -- cgit v1.2.3