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