X11: implement with_resizable (#540) (#556)

This commit is contained in:
Danny Fritz 2018-06-07 10:46:15 -06:00 committed by Francesca Frangipane
parent 79aebf06dc
commit 2cc8fa1eac
5 changed files with 12 additions and 7 deletions

View file

@ -11,8 +11,6 @@ fn main() {
.unwrap();
events_loop.run_forever(|event| {
println!("{:?}", event);
match event {
winit::Event::WindowEvent {
event: winit::WindowEvent::CloseRequested,