summaryrefslogtreecommitdiff
path: root/cocoa/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/bitmap.h')
-rw-r--r--cocoa/bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/bitmap.h b/cocoa/bitmap.h
index dc463b8f5..1eeed1767 100644
--- a/cocoa/bitmap.h
+++ b/cocoa/bitmap.h
@@ -21,6 +21,8 @@
CGImageRef cocoa_get_cgimage( void *bitmap );
+void cocoa_bitmap_modified(void *bitmap);
+
struct gui_bitmap_table *cocoa_bitmap_table;
#endif