Fixed tests

This commit is contained in:
Elias Naur 2004-02-15 15:34:57 +00:00
parent e3a4f5f7f7
commit 3122d0b1ba
15 changed files with 25 additions and 25 deletions

View file

@ -93,7 +93,7 @@ public class FullScreenWindowedTest {
mode = findDisplayMode(800, 600, 16);
// start of in windowed mode
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0);
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0, 0);
glInit();
@ -202,7 +202,7 @@ public class FullScreenWindowedTest {
Window.destroy();
Display.setDisplayMode(mode);
Window.create("Test", mode.bpp, 0, 0, 0);
Window.create("Test", mode.bpp, 0, 0, 0, 0);
glInit();
@ -219,7 +219,7 @@ public class FullScreenWindowedTest {
Window.destroy();
Display.resetDisplayMode();
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0);
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0, 0);
glInit();