---
x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/x.c b/x.c
index 9289a75..919a0ab 100644
--- a/x.c
+++ b/x.c
@@ -1024,6 +1024,7 @@ xunloadfonts(void)
void
ximopen()
{
+ /** Update cursor position using over-the-spot method */
XIMCallback destroy = { .client_data = NULL, .callback = ximdestroy };
if ((xw.xim = XOpenIM(xw.dpy, NULL, NULL, NULL)) == NULL) {
--
2.25.0- [hackers] [st][PATCH 1/4] Use global Display for ximopen Ivan Tham
- [hackers] [st][PATCH 2/4] Comment over-the-spot method used Ivan Tham
- [hackers] [st][PATCH 3/4] XNFocusWindow not needed for ximo... Ivan Tham
- [hackers] [st][PATCH 4/4] Update cursor position along xdra... Ivan Tham
