mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Added XNFocusWindow attribute when creating a IC.
This commit is contained in:
parent
863637b158
commit
bda34eaa52
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ static Window create_whole_window( Display *display, WND *win )
|
|||
if (xim) data->xic = XCreateIC( xim,
|
||||
XNInputStyle, XIMPreeditNothing | XIMStatusNothing,
|
||||
XNClientWindow, data->whole_window,
|
||||
XNFocusWindow, data->whole_window,
|
||||
0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue