From 8dc2a8f0b21a7c430da450a4051cf056f09b5a78 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Apr 2015 23:52:19 +0100 Subject: convert cocoa frontend to bitmap operation table --- cocoa/bitmap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cocoa/bitmap.h') 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 -- cgit v1.2.3