mmap: use MAP_PRIVATE for all keymaps
This commit is contained in:
parent
206a2ed4fc
commit
9c73a7c7e9
4 changed files with 3 additions and 4 deletions
|
|
@ -169,7 +169,7 @@ impl JayInput {
|
|||
where
|
||||
F: FnOnce(&Rc<XkbKeymap>) -> Result<(), JayInputError>,
|
||||
{
|
||||
let cm = Rc::new(ClientMem::new(
|
||||
let cm = Rc::new(ClientMem::new_private(
|
||||
keymap,
|
||||
len as _,
|
||||
true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue