Remove explicit XNFocusWindow (f618b1)
This commit is contained in:
parent
baf5955e45
commit
87b8b9cf48
1
x.c
1
x.c
|
@ -994,7 +994,6 @@ ximopen(Display *dpy)
|
||||||
xw.ime.xic = XCreateIC(xw.ime.xim, XNInputStyle,
|
xw.ime.xic = XCreateIC(xw.ime.xim, XNInputStyle,
|
||||||
XIMPreeditNothing | XIMStatusNothing,
|
XIMPreeditNothing | XIMStatusNothing,
|
||||||
XNClientWindow, xw.win,
|
XNClientWindow, xw.win,
|
||||||
XNFocusWindow, xw.win,
|
|
||||||
XNDestroyCallback, &icdestroy,
|
XNDestroyCallback, &icdestroy,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue