summaryrefslogtreecommitdiff
path: root/cocoa/bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-18 10:07:46 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-18 10:07:46 +0100
commit9c6b3e8c32991ac8436afcf8016268eeb8ef24c3 (patch)
tree8377d6d2146212ce4eea9a121b0a8ce90c6c4c4d /cocoa/bitmap.h
parente1bbe4528b479881a1912f96f3160ab6e2fbb2ec (diff)
downloadnetsurf-9c6b3e8c32991ac8436afcf8016268eeb8ef24c3.tar.gz
netsurf-9c6b3e8c32991ac8436afcf8016268eeb8ef24c3.tar.bz2
Fix several warnings in cocoa frontend
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