import cleanup

This commit is contained in:
Brian Matzon 2004-11-20 16:46:44 +00:00
parent 9814e10832
commit 6fd2a42ef0
7 changed files with 26 additions and 46 deletions

View file

@ -38,13 +38,12 @@ package org.lwjgl.opengl;
* @author elias_naur
*/
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferUtils;
import org.lwjgl.LWJGLException;
final class Win32Display implements DisplayImplementation {
private final static int CURSOR_HANDLE_SIZE = 8;