diff options
| -rw-r--r-- | FL/mac.H | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |
