Remove explicit XNFocusWindow (f618b1)

This commit is contained in:
bakkeby 2020-03-24 15:42:47 +01:00
parent baf5955e45
commit 87b8b9cf48
1 changed files with 0 additions and 1 deletions

1
x.c
View File

@ -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);
}