From 143a750b606afcb9465d03b28724ea61c02d1f04 Mon Sep 17 00:00:00 2001 From: Nikita Nemkin Date: Mon, 22 Apr 2019 18:47:03 +0500 Subject: Bug 547192 - [Cocoa] Replace deprecated Carbon functions (Part 1) Deprecated function | Modern equivalent ------------------------------------------------------------------- Gestalt | NSProcessInfo.operatingSystemVersion GetDblTime | NSEvent.doubleClickInterval GetCurrentEventButtonState | NSEvent.pressedMouseButtons ATSFontActivateFromFileReference | CTFontManagerRegisterFontsForURL Change-Id: I7ba3e3da6c73117bc7800d022b8eba9fb3cc907a Signed-off-by: Nikita Nemkin --- .../eclipse/swt/internal/cocoa/CoreTextFull.bridgesupport.extras | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/CoreTextFull.bridgesupport.extras') diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/CoreTextFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/CoreTextFull.bridgesupport.extras index bd180d9230..6d614bbddf 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/CoreTextFull.bridgesupport.extras +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/CoreTextFull.bridgesupport.extras @@ -3,6 +3,7 @@ + @@ -19,6 +20,12 @@ + + + + + + -- cgit v1.2.3