diff options
Diffstat (limited to 'editors/zed/files/patch-crates_gpui_src_text__system.rs')
| -rw-r--r-- | editors/zed/files/patch-crates_gpui_src_text__system.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/zed/files/patch-crates_gpui_src_text__system.rs b/editors/zed/files/patch-crates_gpui_src_text__system.rs new file mode 100644 index 000000000000..b99ea3b0793a --- /dev/null +++ b/editors/zed/files/patch-crates_gpui_src_text__system.rs @@ -0,0 +1,11 @@ +--- crates/gpui/src/text_system.rs.orig 2025-11-15 06:24:54 UTC ++++ crates/gpui/src/text_system.rs +@@ -44,7 +44,7 @@ pub(crate) const SUBPIXEL_VARIANTS_Y: u8 = + pub(crate) const SUBPIXEL_VARIANTS_X: u8 = 4; + + pub(crate) const SUBPIXEL_VARIANTS_Y: u8 = +- if cfg!(target_os = "windows") || cfg!(target_os = "linux") { ++ if cfg!(target_os = "windows") || cfg!(target_os = "linux") || cfg!(target_os = "freebsd") { + 1 + } else { + SUBPIXEL_VARIANTS_X |
