diff options
-rw-r--r-- | x.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1047,7 +1047,6 @@ ximopen(Display *dpy) | |||
1047 | xw.ime.xic = XCreateIC(xw.ime.xim, XNInputStyle, | 1047 | xw.ime.xic = XCreateIC(xw.ime.xim, XNInputStyle, |
1048 | XIMPreeditNothing | XIMStatusNothing, | 1048 | XIMPreeditNothing | XIMStatusNothing, |
1049 | XNClientWindow, xw.win, | 1049 | XNClientWindow, xw.win, |
1050 | XNFocusWindow, xw.win, | ||
1051 | XNDestroyCallback, &icdestroy, | 1050 | XNDestroyCallback, &icdestroy, |
1052 | NULL); | 1051 | NULL); |
1053 | } | 1052 | } |