master
expectocode 2018-11-26 12:36:24 +00:00
parent c4650e8158
commit 3d4ac326d4
1 changed files with 0 additions and 4 deletions

View File

@ -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
println!("{}x{}+{}+{}", width, height, start_x, start_y);
}