Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.h')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.h b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.h
new file mode 100755
index 0000000000..4bddcc831a
--- /dev/null
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.h
@@ -0,0 +1,48 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
+/* Libraries for dynamic loaded functions */
+#define UnionRgn_LIB "com.apple.Carbon"
+#define SetRect_LIB "com.apple.Carbon"
+#define SectRgn_LIB "com.apple.Carbon"
+#define RectRgn_LIB "com.apple.Carbon"
+#define RectInRgn_LIB "com.apple.Carbon"
+#define QDRegionToRects_LIB "com.apple.Carbon"
+#define PtInRgn_LIB "com.apple.Carbon"
+#define OpenRgn_LIB "com.apple.Carbon"
+#define OffsetRgn_LIB "com.apple.Carbon"
+#define NewRgn_LIB "com.apple.Carbon"
+#define MoveTo_LIB "com.apple.Carbon"
+#define LineTo_LIB "com.apple.Carbon"
+#define GetRegionBounds_LIB "com.apple.Carbon"
+#define EmptyRgn_LIB "com.apple.Carbon"
+#define DisposeRgn_LIB "com.apple.Carbon"
+#define DiffRgn_LIB "com.apple.Carbon"
+#define CopyRgn_LIB "com.apple.Carbon"
+#define CloseRgn_LIB "com.apple.Carbon"
+#define instrumentObjcMessageSends_LIB "com.apple.Foundation"
+#define SetThemeCursor_LIB "com.apple.Carbon"
+#define GetCurrentButtonState_LIB "com.apple.Carbon"
+#define GetDblTime_LIB "com.apple.Carbon"
+#define CGContextCopyPath_LIB "com.apple.Cocoa"
+#define TISCopyCurrentKeyboardInputSource_LIB "com.apple.Carbon"
+#define TISGetInputSourceProperty_LIB "com.apple.Carbon"
+#define UCKeyTranslate_LIB "com.apple.CoreServices"
+#define kTISPropertyUnicodeKeyLayoutData_LIB "com.apple.Carbon"
+#define ATSFontActivateFromFileReference_LIB "com.apple.ApplicationServices.ATS"
+#define FSPathMakeRef_LIB "com.apple.CoreServices"
+#define CGContextCopyWindowContentsToRect_LIB "com.apple.CoreGraphics"
+#define LMGetKbdType_LIB "com.apple.Carbon"
+#define GetThemeMetric_LIB "com.apple.Carbon"
+#define HIThemeDrawFocusRect_LIB "com.apple.Carbon"
+#define AcquireRootMenu_LIB "com.apple.Carbon"
+#define CancelMenuTracking_LIB "com.apple.Carbon"
+#define SetSystemUIMode_LIB "com.apple.Carbon"

Back to the top