core: set wayland as default

This commit is contained in:
Joshua Holmes 2024-10-10 21:01:56 -07:00 committed by Stephen Gutekanst
parent 9763ce2857
commit fd04c039c9

View file

@ -69,7 +69,7 @@ pub fn init(
"MACH_CORE_BACKEND", "MACH_CORE_BACKEND",
) catch |err| switch (err) { ) catch |err| switch (err) {
error.EnvironmentVariableNotFound => { error.EnvironmentVariableNotFound => {
break :blk .x11; break :blk .wayland;
}, },
else => return err, else => return err,
}; };