summaryrefslogtreecommitdiff
path: root/debug/debug_bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/debug_bitmap.c')
-rw-r--r--debug/debug_bitmap.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug/debug_bitmap.c b/debug/debug_bitmap.c
index bd724e0a0..394a7961f 100644
--- a/debug/debug_bitmap.c
+++ b/debug/debug_bitmap.c
@@ -111,3 +111,12 @@ bool bitmap_save(struct bitmap *bitmap, const char *path)
{
return true;
}
+
+
+/**
+ * The bitmap image has changed, so flush any persistant cache.
+ *
+ * \param bitmap a bitmap, as returned by bitmap_create()
+ */
+void bitmap_modified(struct bitmap *bitmap) {
+}