summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/mac.H b/FL/mac.H
index d7ad7fb00..bed13b4c7 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -41,7 +41,7 @@ typedef struct OpaquePMPrintSettings* PMPrintSettings;
typedef struct OpaquePMPageFormat* PMPageFormat;
typedef struct OpaquePMPrintSession* PMPrintSession;
typedef struct CGImage* CGImageRef;
-typedef void *Fl_CFMutableDataRef; // used in Fl_Copy_Surface.H
+typedef struct __CFData* CFMutableDataRef; // used in Fl_Copy_Surface.H
typedef CGContextRef Fl_Offscreen;
#else // this part must be compiled when building the FLTK libraries
@@ -96,7 +96,6 @@ class NSOpenGLContext;
#endif // __OBJC__
typedef CGContextRef Fl_Offscreen;
-typedef CFMutableDataRef Fl_CFMutableDataRef;
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_4
typedef CGImageAlphaInfo CGBitmapInfo;
#endif