We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a61cb2 commit 9169683Copy full SHA for 9169683
tests/org.eclipse.swt.tests.win32/ManualTests/org/eclipse/swt/widgets/PatternWin32ManualTest.java
@@ -33,6 +33,7 @@ public class PatternWin32ManualTest {
33
private static Display display = Display.getDefault();
34
35
public static void main (String [] args) {
36
+ @SuppressWarnings("restriction")
37
int zoom = DPIUtil.getDeviceZoom();
38
int scalingFactor = 3;
39
int scaledZoom = zoom * scalingFactor;
0 commit comments