On Fri May 15 12:48:47 2026 +0000, Rémi Bernon wrote:
Not sure but doesn't open status denote whether the composition window is opened? Shouldn't this rather happen once we have started feeding keys to the IME? I am fairly sure that open status denotes whether the IME is activated, as in composition is possible, corresponding to the following icon in the taskbar for open:
{width=82 height=52} And the following icon for closed: {width=82 height=52} A closed IME always returns FALSE in ImeProcessKey() in my testing, but an open IME has nothing to do per se with an opened composition window. I see that in winex11 it is tied to `XIMPreeditEnable`/`XIMPreeditDisable`, but I am not too sure if this corresponds to the same concept... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10913#note_140385