Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2018-04-16 15:02:05 +0000
committerDani Megert2018-04-16 15:02:05 +0000
commit5e70725086e887f620318504f90e94aa74f3f051 (patch)
tree544fc66099d9373a428ddfb7ec7778ae2f3f2bf2
parent9aa36d8bc0d52af48a2c0399ac949a119f8e505f (diff)
downloadeclipse.platform.releng.aggregator-5e70725086e887f620318504f90e94aa74f3f051.tar.gz
eclipse.platform.releng.aggregator-5e70725086e887f620318504f90e94aa74f3f051.tar.xz
eclipse.platform.releng.aggregator-5e70725086e887f620318504f90e94aa74f3f051.zip
Added API change approval for bug 480639: [HiDPI][API] Provide monitor-specific DPI scaling / zoom level
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
index 675e20826..e90cd25d2 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -198,3 +198,7 @@ org.junit.vintage.engine:org.junit.vintage.engine.execution.RunnerExecutor#Runne
org.junit.vintage.engine:org.junit.vintage.engine.execution.RunnerExecutor#RunnerExecutor(Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/platform/commons/logging/Logger;)V
org.junit.vintage.engine:org.junit.vintage.engine.support.UniqueIdReader#UniqueIdReader()V
org.junit.vintage.engine:org.junit.vintage.engine.support.UniqueIdReader#UniqueIdReader(Lorg/junit/platform/commons/logging/Logger;)V
+
+# Bug 480639: [HiDPI][API] Provide monitor-specific DPI scaling / zoom level
+org.eclipse.swt.win32.win32.x86:org.eclipse.swt.widgets.Monitor#getZoom()I
+org.eclipse.swt:org.eclipse.swt.widgets.Monitor#getZoom()I

Back to the top