Fixed AWT dependency.

This commit is contained in:
Caspian Rychlik-Prince 2005-01-20 22:51:28 +00:00
parent debea3b6b7
commit a8fcd3edde
11 changed files with 187 additions and 79 deletions

View file

@ -41,11 +41,10 @@ package org.lwjgl.opengl;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.io.IOException;
import org.lwjgl.input.Keyboard;
import org.lwjgl.BufferUtils;
import org.lwjgl.LWJGLException;
import org.lwjgl.input.Keyboard;
final class LinuxDisplay implements DisplayImplementation {
private static final int CURSOR_HANDLE_SIZE = 8;