From: <ka...@us...> - 2011-07-10 00:31:22
|
Revision: 3559 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3559&view=rev Author: kappa1 Date: 2011-07-10 00:31:16 +0000 (Sun, 10 Jul 2011) Log Message: ----------- minor update to comments and add missing JavaDoc Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxDisplay.java trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java Modified: trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxDisplay.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxDisplay.java 2011-07-09 21:56:22 UTC (rev 3558) +++ trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxDisplay.java 2011-07-10 00:31:16 UTC (rev 3559) @@ -956,8 +956,8 @@ * 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 */ Modified: trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java 2011-07-09 21:56:22 UTC (rev 3558) +++ trunk/LWJGL/src/java/org/lwjgl/util/applet/AppletLoader.java 2011-07-10 00:31:16 UTC (rev 3559) @@ -120,6 +120,9 @@ * <li>al_windows32 - [String] If specifed it will be used instead of al_windows on 32bit windows systems.</li> * <li>al_linux64 - [String] If specifed it will be used instead of al_linux on 64bit linux systems.</li> * <li>al_linux32 - [String] If specifed it will be used instead of al_linux on 32bit linux systems.</li> + * <li>al_mac32 - [String] If specifed it will be used instead of al_mac on 64bit mac systems.</li> + * <li>al_mac64 - [String] If specifed it will be used instead of al_mac on 32bit mac systems.</li> + * <li>al_macppc - [String] If specifed it will be used instead of al_mac on PPC mac systems.</li> * <p> * <li>boxbgcolor - [String] any String AWT color ("red", "blue", etc), RGB (0-255) or hex formated color (#RRGGBB) to use as background. <i>Default: #ffffff</i>.</li> * <li>boxfgcolor - [String] any String AWT color ("red", "blue", etc), RGB (0-255) or hex formated color (#RRGGBB) to use as foreground. <i>Default: #000000</i>.</li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |