aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__input__method__context.cc
blob: 9408ca36b7fc4b5f86a72a89e4fd1cae4c53e36e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/ozone/platform/wayland/host/wayland_input_method_context.cc.orig	2024-03-22 08:19:40 UTC
+++ ui/ozone/platform/wayland/host/wayland_input_method_context.cc
@@ -54,7 +54,7 @@ namespace {
 // Only enable the preedit string for sequence mode (i.e. when using dead keys
 // or the Compose key) on Linux ozone/wayland (see b/220370007).
 constexpr CharacterComposer::PreeditStringMode kPreeditStringMode =
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     CharacterComposer::PreeditStringMode::kAlwaysEnabled;
 #else
     CharacterComposer::PreeditStringMode::kHexModeOnly;