diff --git a/src/java/org/lwjgl/opengl/LinuxDisplay.java b/src/java/org/lwjgl/opengl/LinuxDisplay.java index f9b345f2..c26c3e5c 100644 --- a/src/java/org/lwjgl/opengl/LinuxDisplay.java +++ b/src/java/org/lwjgl/opengl/LinuxDisplay.java @@ -956,8 +956,8 @@ final class LinuxDisplay implements DisplayImplementation { * in xembed mode. Every xembed embedder window has a focus proxy * window that recieves all the input. This method will test whether * the provided window handle is the focus proxy, if so it will get its - * parent window and then test whether this is indeed the window that - * belongs to our current_window. If so then parent window is active. + * parent window and then test whether this is an ancestor to our + * current_window. If so then parent window is active. * * @param window - the window handle to test */ diff --git a/src/java/org/lwjgl/util/applet/AppletLoader.java b/src/java/org/lwjgl/util/applet/AppletLoader.java index 52234e54..18653e2e 100644 --- a/src/java/org/lwjgl/util/applet/AppletLoader.java +++ b/src/java/org/lwjgl/util/applet/AppletLoader.java @@ -120,6 +120,9 @@ import java.util.zip.ZipFile; *
*