rustbox icon indicating copy to clipboard operation
rustbox copied to clipboard

Integer type mismatch

Open FreeFull opened this issue 10 years ago • 0 comments

The .width() and .height() methods on RustBox return usize, but the ResizeEvent variant of Event provides a pair of i32 integers. The types between the methods and the variant probably should match.

FreeFull avatar Sep 02 '15 00:09 FreeFull