mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
change default pointer visibility to true on wayland (#225)
This commit is contained in:
parent
5e29a18ff4
commit
c1ff776260
|
@ -561,7 +561,7 @@ impl Window {
|
||||||
resizable: opts.resize && !opts.none,
|
resizable: opts.resize && !opts.none,
|
||||||
buffer: Vec::with_capacity(width * height * scale as usize * scale as usize),
|
buffer: Vec::with_capacity(width * height * scale as usize * scale as usize),
|
||||||
toplevel_info: (resolution, closed),
|
toplevel_info: (resolution, closed),
|
||||||
pointer_visibility: false,
|
pointer_visibility: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue