Skip to content

Commit

Permalink
Fix typo xcb_im_preedit_start -> xcb_im_preedit_start_callbacks.
Browse files Browse the repository at this point in the history
Fix #590
  • Loading branch information
wengxt committed Aug 30, 2022
1 parent 1d69497 commit 8839393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/xim/xim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class XIMInputContext final : public InputContext {
}

if (!strPreedit.empty() && !preeditStarted) {
xcb_im_preedit_start(server_->im(), xic_);
xcb_im_preedit_start_callback(server_->im(), xic_);
preeditStarted = true;
}
if (!strPreedit.empty()) {
Expand Down

0 comments on commit 8839393

Please sign in to comment.