New Window class, and major changes to Display

This commit is contained in:
Caspian Rychlik-Prince 2003-03-27 22:32:48 +00:00
parent bb2d3d472d
commit 796b84c3d1
9 changed files with 389 additions and 132 deletions

View file

@ -7,6 +7,7 @@
package org.lwjgl.test;
import org.lwjgl.*;
import org.lwjgl.opengl.BaseGL;
/**
* @author Brian
@ -43,6 +44,6 @@ public class WindowCreationTest {
System.out.println("Display created");
Display.destroy();
BaseGL.destroy();
}
}