|
From: <eli...@us...> - 2004-02-15 15:42:14
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20933/src/java/org/lwjgl/test Modified Files: WindowCreationTest.java Log Message: Fixed tests Index: WindowCreationTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/WindowCreationTest.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- WindowCreationTest.java 8 Feb 2004 20:32:10 -0000 1.17 +++ WindowCreationTest.java 15 Feb 2004 15:34:56 -0000 1.18 @@ -55,7 +55,7 @@ // Create the actual window try { - Window.create("WindowCreationTest", 50, 50, 320, 240, 16, 0, 0, 0); + Window.create("WindowCreationTest", 50, 50, 320, 240, 16, 0, 0, 0, 0); } catch (Exception e) { e.printStackTrace(); System.out.println("Unable to create window!, exiting..."); |