mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Fixed comment
This commit is contained in:
parent
a417b8f15c
commit
b20423aa62
2 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ package org.lwjgl.opengl;
|
|||
|
||||
/**
|
||||
* A java implementation of a LWJGL compatible event queue.
|
||||
* Currently only used by the Mac OS X implementation.
|
||||
* @author elias_naur
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ final class LinuxDisplay implements DisplayImplementation {
|
|||
private final static int AutoRepeatModeOn = 1;
|
||||
private final static int AutoRepeatModeDefault = 2;
|
||||
|
||||
|
||||
/** Window mode enum */
|
||||
private static final int FULLSCREEN_LEGACY = 1;
|
||||
private static final int FULLSCREEN_NETWM = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue