From 62b7d2ef6804a7ae55b0f09e119bd011776d82e0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 22 Nov 2007 17:41:35 +0000 Subject: [PATCH] mac cgcolor changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index 3c0898a9fc..020ab22dd5 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2534,6 +2534,8 @@ typedef struct __CFString * CFMutableStringRef; typedef struct __CFRunLoopSource * CFRunLoopSourceRef; +typedef struct CGColor *CGColorRef; + #define DECLARE_WXMAC_OPAQUE_REF( name ) typedef struct Opaque##name* name; DECLARE_WXMAC_OPAQUE_REF( PasteboardRef );