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 3c1065b commit e8452d8Copy full SHA for e8452d8
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