summaryrefslogtreecommitdiff
path: root/cocoa/bitmap.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-16 23:52:19 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-16 23:52:19 +0100
commit8dc2a8f0b21a7c430da450a4051cf056f09b5a78 (patch)
treeb5dcc12c4b0bbcf63845bace707654696f712d6b /cocoa/bitmap.h
parent839f15fc72166eb63be4f2afc4588d253e88c9f4 (diff)
downloadnetsurf-8dc2a8f0b21a7c430da450a4051cf056f09b5a78.tar.gz
netsurf-8dc2a8f0b21a7c430da450a4051cf056f09b5a78.tar.bz2
convert cocoa frontend to bitmap operation table
Diffstat (limited to 'cocoa/bitmap.h')
-rw-r--r--cocoa/bitmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cocoa/bitmap.h b/cocoa/bitmap.h
index 78526e425..dc463b8f5 100644
--- a/cocoa/bitmap.h
+++ b/cocoa/bitmap.h
@@ -21,4 +21,6 @@
CGImageRef cocoa_get_cgimage( void *bitmap );
-#endif \ No newline at end of file
+struct gui_bitmap_table *cocoa_bitmap_table;
+
+#endif