Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-10-10 19:39:18 +0000
committerSilenio Quarti2012-10-10 21:07:12 +0000
commit254001e25f58faa55172860a194a95bd31b61565 (patch)
tree2433ed2c12da771cce1b2f6c999223f03dd5e028 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
parentf4412fc58eebec522777379819911580021557cf (diff)
downloadeclipse.platform.swt-254001e25f58faa55172860a194a95bd31b61565.tar.gz
eclipse.platform.swt-254001e25f58faa55172860a194a95bd31b61565.tar.xz
eclipse.platform.swt-254001e25f58faa55172860a194a95bd31b61565.zip
Bug 387755 - GC.copyArea() not work correctly on Mac retina screen
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.extras3
1 files changed, 3 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 59a008c494..50174a722f 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
@@ -2748,6 +2748,9 @@
</method>
</class>
<class name="NSScreen" swt_gen="mixed">
+ <method selector="backingScaleFactor" swt_gen="true">
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="depth" swt_gen="true">
<retval swt_gen="true"></retval>
</method>

Back to the top