Commit bda34eaa authored by Liu Spider's avatar Liu Spider Committed by Alexandre Julliard

Added XNFocusWindow attribute when creating a IC.

parent 863637b1
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment