Fixed comment

This commit is contained in:
Elias Naur 2006-07-03 18:56:15 +00:00
parent a417b8f15c
commit b20423aa62
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ package org.lwjgl.opengl;
/** /**
* A java implementation of a LWJGL compatible event queue. * A java implementation of a LWJGL compatible event queue.
* Currently only used by the Mac OS X implementation.
* @author elias_naur * @author elias_naur
*/ */

View File

@ -54,7 +54,6 @@ final class LinuxDisplay implements DisplayImplementation {
private final static int AutoRepeatModeOn = 1; private final static int AutoRepeatModeOn = 1;
private final static int AutoRepeatModeDefault = 2; private final static int AutoRepeatModeDefault = 2;
/** Window mode enum */ /** Window mode enum */
private static final int FULLSCREEN_LEGACY = 1; private static final int FULLSCREEN_LEGACY = 1;
private static final int FULLSCREEN_NETWM = 2; private static final int FULLSCREEN_NETWM = 2;