From 747e88abdc51c64c62a40b23ee40add3a2a9eff3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 20 Apr 2016 04:09:01 +0000 Subject: [PATCH] Add missing typedef statement for CGContextRef. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FL/mac.H b/FL/mac.H index 35cedae22..ecfeaa41e 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -92,6 +92,10 @@ typedef float CGFloat; #endif #endif // CGFLOAT_DEFINED +#else + +typedef struct CGContext* CGContextRef; + #endif // FL_LIBRARY || FL_INTERNALS extern CGContextRef fl_gc;