Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c
index b712b271da..10882deb69 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/os_stats.c
@@ -160,6 +160,7 @@ char * OS_nativeFunctionNames[] = {
"CTFontGetAscent",
"CTFontGetDescent",
"CTFontGetLeading",
+ "CTFontManagerRegisterFontsForURL",
"CTLineCreateWithAttributedString",
"CTLineDraw",
"CTLineGetTypographicBounds",
@@ -370,6 +371,7 @@ char * OS_nativeFunctionNames[] = {
"NSNotFound",
"NSNumberOfColorComponents",
"NSObliquenessAttributeName",
+ "NSOperatingSystemVersion_1sizeof",
"NSOutlineViewColumnDidMoveNotification",
"NSParagraphStyleAttributeName",
"NSPasteboardTypeHTML",
@@ -610,6 +612,7 @@ char * OS_nativeFunctionNames[] = {
"objc_1msgSend_1fpret__JJJ",
"objc_1msgSend_1fpret__JJJJ",
"objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSAffineTransformStruct_2JJ",
+ "objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSOperatingSystemVersion_2JJ",
"objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSPoint_2JJ",
"objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSPoint_2JJJ",
"objc_1msgSend_1stret__Lorg_eclipse_swt_internal_cocoa_NSPoint_2JJLorg_eclipse_swt_internal_cocoa_NSPoint_2",

Back to the top