Skip to content

Commit 460604c

Browse files
Use wayland when possible
1 parent e08f5e7 commit 460604c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ project(':cleanroom') {
417417

418418
dependencies {
419419
compileOnly "com.cleanroommc:lwjglx:1.0.0"
420-
installer "com.cleanroommc:lwjglxx:1.0.0"
420+
installer "com.cleanroommc:lwjglxx:1.0.1"
421421
lwjglLibraries[0].each {
422422
installer "org.lwjgl:$it:$props.lwjgl_version"
423423
runtimeOnly "org.lwjgl:$it::$lwjglArch"

src/main/java/net/minecraftforge/common/ForgeEarlyConfig.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ public class ForgeEarlyConfig {
3737
@Config.Comment("Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors")
3838
public static boolean OPENGL_CONTEXT_NO_ERROR = false;
3939

40-
@Config.Comment("Force enable wayland, only use this on supported DE")
41-
public static boolean FORCE_WAYLAND = false;
42-
4340
public static boolean DECORATED = true;
4441

4542
public static boolean INPUT_INVERT_WHEEL = false;

0 commit comments

Comments
 (0)