summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-07-15 18:59:28 +0000
committerGrant Gayed <ggayed>2008-07-15 18:59:28 +0000
commitf5f68fabf893d045dff7842a39ab757567d0bd9c (patch)
treed69d01a67b1285494ffc18b59d3aa39e5d5a1e4c /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse
parent5ee76f68731beca27e439535faff552a72b10741 (diff)
downloadeclipse.platform.swt-f5f68fabf893d045dff7842a39ab757567d0bd9c.tar.gz
eclipse.platform.swt-f5f68fabf893d045dff7842a39ab757567d0bd9c.tar.xz
eclipse.platform.swt-f5f68fabf893d045dff7842a39ab757567d0bd9c.zip
preserve selection after focus loss
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
index 7d5f4a0d36..139c96cdc7 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
@@ -372,6 +372,7 @@ public static final native int attributedSubstringFromRange_CALLBACK(int func);
public static final native int setMarkedText_selectedRange_CALLBACK(int func);
public static final native int characterIndexForPoint_CALLBACK(int func);
public static final native int firstRectForCharacterRange_CALLBACK(int func);
+public static final native int textView_willChangeSelectionFromCharacterRange_toCharacterRange_CALLBACK(int func);
public static final native int objc_msgSendSuper(objc_super superId, int sel);
public static final native int objc_msgSendSuper(objc_super superId, int sel, NSRect arg0);