Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2016-03-12 23:49:39 +0000
committerLakshmi Shanmugam2016-03-14 18:37:24 +0000
commitb784258052e3ced6e92c72a28e1f035a0c72a2f3 (patch)
tree53a102791d397aec1d82ca04f622fdfbb9544d22 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
parentf271d7c0549510dc005f60e3450f591cf62c6679 (diff)
downloadeclipse.platform.swt-b784258052e3ced6e92c72a28e1f035a0c72a2f3.tar.gz
eclipse.platform.swt-b784258052e3ced6e92c72a28e1f035a0c72a2f3.tar.xz
eclipse.platform.swt-b784258052e3ced6e92c72a28e1f035a0c72a2f3.zip
Bug 480852 - [Cocoa] GC.copyArea() crashes application on OSX 10.11
Use NSView APIs instead of Quartz APIs to copy area from a view onto an image
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
index d8858677a4..290c4a5091 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
@@ -3927,9 +3927,18 @@
<arg swt_gen="true"></arg>
<retval swt_gen="true"></retval>
</method>
+ <method selector="bitmapImageRepForCachingDisplayInRect:" swt_gen="true">
+ <arg swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="bounds" swt_gen="true">
<retval swt_gen="true"></retval>
</method>
+ <method selector="cacheDisplayInRect:toBitmapImageRep:" swt_gen="true">
+ <arg swt_gen="true"></arg>
+ <arg swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="canBecomeKeyView" swt_gen="true">
<retval swt_gen="true"></retval>
</method>

Back to the top