Skip to content

Commit

Permalink
Use wayland when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 25, 2024
1 parent e08f5e7 commit 460604c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ project(':cleanroom') {

dependencies {
compileOnly "com.cleanroommc:lwjglx:1.0.0"
installer "com.cleanroommc:lwjglxx:1.0.0"
installer "com.cleanroommc:lwjglxx:1.0.1"
lwjglLibraries[0].each {
installer "org.lwjgl:$it:$props.lwjgl_version"
runtimeOnly "org.lwjgl:$it::$lwjglArch"
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/net/minecraftforge/common/ForgeEarlyConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ public class ForgeEarlyConfig {
@Config.Comment("Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors")
public static boolean OPENGL_CONTEXT_NO_ERROR = false;

@Config.Comment("Force enable wayland, only use this on supported DE")
public static boolean FORCE_WAYLAND = false;

public static boolean DECORATED = true;

public static boolean INPUT_INVERT_WHEEL = false;
Expand Down

0 comments on commit 460604c

Please sign in to comment.