-- v8: winex11: Generate IME messages using WM_IME_NOTIFY instead of callbacks. winex11: Include the XIM preedit and result text into the IME updates. winex11: Post internal WM_IME_NOTIFY wparam on composition updates. winex11: Set or clear XIC focus using a xim_set_focus helper. winex11: Send an internal WM_IME_NOTIFY wparam to set open status. winex11: Keep track of the cursor position on the XIM side. winex11: Use ime_comp_buf != NULL instead of ximInComposeMode.