Skip to content

Commit

Permalink
Rollback #247
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Feb 15, 2021
1 parent 3c99612 commit 1dc6f90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Dev

## 1.0.3

* Rollback #247

## 1.0.2

* Fix xim freeze when typing fast [#251](https://github.com/Riey/kime/issues/251)
Expand Down
2 changes: 1 addition & 1 deletion src/frontends/xim/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl ServerHandler<X11rbServer<XCBConnection>> for KimeHandler {
}

fn filter_events(&self) -> u32 {
2
x11rb::protocol::xproto::EventMask::KEY_PRESS.into()
}

fn sync_mode(&self) -> bool {
Expand Down

0 comments on commit 1dc6f90

Please sign in to comment.