summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/bitmap.h3
1 files changed, 3 insertions, 0 deletions
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