Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt')
-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