mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-18 18:50:56 +03:00
update README
This commit is contained in:
@@ -138,7 +138,7 @@ impl Dispatch<wl_registry::WlRegistry, ()> for App {
|
||||
}
|
||||
"wl_shm" => {
|
||||
let shm = registry.bind::<wl_shm::WlShm, _, _>(name, 1, qh, ());
|
||||
let (width, height) = (64, 64);
|
||||
let (width, height) = (64, 1440);
|
||||
let mut file = tempfile::tempfile().unwrap();
|
||||
draw(&mut file, (width, height));
|
||||
let pool =
|
||||
|
||||
Reference in New Issue
Block a user