summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_custom.h
blob: 01357db0bd082bf9ffeba16100349a222907bfba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*******************************************************************************
 * Copyright (c) 2000, 2007 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"