Mac OS X: Handle MouseEvent.NOBUTTON case

This commit is contained in:
Elias Naur 2005-06-29 07:39:28 +00:00
parent ce673390d3
commit dda8ac8af1
158 changed files with 14916 additions and 14882 deletions

View file

@ -7,8 +7,8 @@ import org.lwjgl.BufferChecks;
import java.nio.*;
public final class NVLightMaxExponent {
public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505;
public static final int GL_MAX_SHININESS_NV = 0x8504;
public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505;
private NVLightMaxExponent() {
}