Skip to content

Commit

Permalink
Fix doubled device events on X11
Browse files Browse the repository at this point in the history
Fixes #2332
  • Loading branch information
maroider authored Jun 13, 2022
1 parent 6b5b570 commit 401d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/linux/x11/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ impl<T> EventLoopWindowTarget<T> {
}

self.xconn
.select_xinput_events(self.root, ffi::XIAllDevices, mask)
.select_xinput_events(self.root, ffi::XIAllMasterDevices, mask)
.queue();
}
}
Expand Down

0 comments on commit 401d20f

Please sign in to comment.