Disable new input method behaviour by default on X
* src/xfns.c (supported_xim_styles): Default to STYLE_NONE.
This commit is contained in:
parent
1fae01dacf
commit
259229bf37
1 changed files with 1 additions and 1 deletions
|
@ -2624,8 +2624,8 @@ xic_free_xfontset (struct frame *f)
|
|||
|
||||
static const XIMStyle supported_xim_styles[] =
|
||||
{
|
||||
STYLE_CALLBACK,
|
||||
STYLE_NONE,
|
||||
STYLE_CALLBACK,
|
||||
STYLE_OVERTHESPOT,
|
||||
STYLE_OFFTHESPOT,
|
||||
STYLE_ROOT
|
||||
|
|
Loading…
Add table
Reference in a new issue