diff options
author | Sven Gothel <[email protected]> | 2014-05-19 23:24:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-19 23:24:23 +0200 |
commit | 42107f055878d817b9a568f62564540f218eb57a (patch) | |
tree | 5329bf0565ba47df0af233250e0bdc675323c9fd /src/newt | |
parent | 1a10db565491d27d135cff898efec58e45cc306f (diff) |
Minor edits: Fix comments / API-docs
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/classes/com/jogamp/newt/Display.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/Display.java b/src/newt/classes/com/jogamp/newt/Display.java index 4b38fcca5..847c9698a 100644 --- a/src/newt/classes/com/jogamp/newt/Display.java +++ b/src/newt/classes/com/jogamp/newt/Display.java @@ -164,7 +164,7 @@ public abstract class Display { } /** - * Returns the native platform's {@link PointerIcon.PixelFormat} for pointer-icon pixel data. + * Returns the native platform's {@link PixelFormat} for pointer-icon pixel data. * <p> * Using this value will avoid conversion within {@link #createPointerIcon(PixelRectangle, int, int)}. * </p> |