Win32: Don't pretend we're minimized when we're just inactive

This commit is contained in:
Elias Naur 2004-10-24 17:29:24 +00:00
parent 18b89b752a
commit 8dbce4dfde
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ import org.lwjgl.input.Mouse;
* @version $Revision$
*/
public final class Sys {
public static final String VERSION = "0.92";
public static final String VERSION = "0.93";
/** Low process priority. @see #setProcessPriority() */
public static final int LOW_PRIORITY = -1;