---
 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


Reply via email to