summaryrefslogtreecommitdiff
path: root/image/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/bitmap.h')
-rw-r--r--image/bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index 1e68761b3..8c33b8100 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -33,5 +33,6 @@ char *bitmap_get_buffer(struct bitmap *bitmap);
size_t bitmap_get_rowstride(struct bitmap *bitmap);
void bitmap_destroy(struct bitmap *bitmap);
bool bitmap_save(struct bitmap *bitmap, const char *path);
+void bitmap_modified(struct bitmap *bitmap);
#endif