clean
This commit is contained in:
parent
c4650e8158
commit
3d4ac326d4
|
@ -158,10 +158,6 @@ fn main() {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// set_shape(&conn, window, &[xcb::Rectangle::new(0, 0, 0, 0)]);
|
|
||||||
// xcb::unmap_window(&conn, window);
|
|
||||||
// TODO aaaah black flashes
|
|
||||||
|
|
||||||
// Now we have taken coordinates, we use them
|
// Now we have taken coordinates, we use them
|
||||||
println!("{}x{}+{}+{}", width, height, start_x, start_y);
|
println!("{}x{}+{}+{}", width, height, start_x, start_y);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue