Remove explicit XNFocusWindow (f618b1)
This commit is contained in:
parent
baf5955e45
commit
87b8b9cf48
1 changed files with 0 additions and 1 deletions
1
x.c
1
x.c
|
|
@ -994,7 +994,6 @@ ximopen(Display *dpy)
|
|||
xw.ime.xic = XCreateIC(xw.ime.xim, XNInputStyle,
|
||||
XIMPreeditNothing | XIMStatusNothing,
|
||||
XNClientWindow, xw.win,
|
||||
XNFocusWindow, xw.win,
|
||||
XNDestroyCallback, &icdestroy,
|
||||
NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue