diff --git a/src/dorkbox/systemTray/jna/windows/Gdi32.java b/src/dorkbox/systemTray/jna/windows/Gdi32.java index 8468ab5..fcdd985 100644 --- a/src/dorkbox/systemTray/jna/windows/Gdi32.java +++ b/src/dorkbox/systemTray/jna/windows/Gdi32.java @@ -31,6 +31,10 @@ class Gdi32 { JnaHelper.register("gdi32", Gdi32.class); } + /** + * Number of pixels per logical inch along the screen width. In a system with multiple display monitors, this value is the same for + * all monitors. + */ public static final int LOGPIXELSX = 88;