Skip to content

Commit

Permalink
Fix doubled device events on X11
Browse files Browse the repository at this point in the history
  • Loading branch information
maroider committed Jun 13, 2022
1 parent 8759a12 commit d96cc9d
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 @@ -560,7 +560,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 d96cc9d

Please sign in to comment.