From f6e2747fbf611f68cafebcaaee01a0b406523c47 Mon Sep 17 00:00:00 2001 From: Moresteck Date: Wed, 28 Jul 2021 14:48:20 +0100 Subject: [PATCH] Hopefully a fix for a1.1.1 Related to #1612 --- jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/Display.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/Display.java b/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/Display.java index dd00be706..c2048ddd6 100644 --- a/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/Display.java +++ b/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/Display.java @@ -1025,6 +1025,10 @@ public class Display { } } + public static void setDisplayConfiguration(float gamma, float brightness, float contrast) throws LWJGLException { + // ignore call, this is required for a1.1.1 + } + public static java.lang.String getAdapter() { // TODO return "GeNotSupportedAdapter";