Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2016-09-29 10:41:14 +0000
committerNiraj Modi2016-09-29 10:41:14 +0000
commit2c4a456b93a9bb526c5189190687f87ce63442c0 (patch)
tree606637d895e563d8f7d72d1e76463b9bbfa60526 /bundles
parent8a456e1b2a83efab27513cfa8ed8f72ab32fa6e0 (diff)
downloadeclipse.platform.swt-2c4a456b93a9bb526c5189190687f87ce63442c0.tar.gz
eclipse.platform.swt-2c4a456b93a9bb526c5189190687f87ce63442c0.tar.xz
eclipse.platform.swt-2c4a456b93a9bb526c5189190687f87ce63442c0.zip
Bug 498876 Part2 - [HiDPI][Printer] GC autoScales for Printer devices atY20160929-1000
HighDPI - Updated *.api_filters for Drawable#isAutoScalable entry. Change-Id: I05f9f46fed44246d242115f8137bce6103b879ce Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/.settings/.api_filters8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.settings/.api_filters b/bundles/org.eclipse.swt/.settings/.api_filters
index 96a64ecdf2..4b84f032c0 100644
--- a/bundles/org.eclipse.swt/.settings/.api_filters
+++ b/bundles/org.eclipse.swt/.settings/.api_filters
@@ -1472,6 +1472,14 @@
</message_arguments>
</filter>
</resource>
+ <resource path="Eclipse SWT/common/org/eclipse/swt/graphics/Drawable.java" type="org.eclipse.swt.graphics.Drawable">
+ <filter id="404000815">
+ <message_arguments>
+ <message_argument value="org.eclipse.swt.graphics.Drawable"/>
+ <message_argument value="isAutoScalable()"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java" type="org.eclipse.swt.graphics.ImageData">
<filter id="576725006">
<message_arguments>

Back to the top