git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52346
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include <Cocoa/Cocoa.h>
+#ifdef __WXMAC__
#include "wx/mac/private.h"
+#endif
+
+#ifdef __WXMAC__
bool wxMacInitCocoa()
{
[(NSAutoreleasePool*)m_pool release];
}
+#endif
+
+#ifdef __WXCOCOCA__
+
+CGContextRef wxMacGetContextFromCurrentNSContext()
+{
+ CGContextRef context = (CGContextRef)[[NSGraphicsContext currentContext]
+ graphicsPort];
+ return context;
+}
+
+#endif
+
// ----------------------------------------------------------------------------
// NSObject Utils
// ----------------------------------------------------------------------------