diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 036ac5484c3..27938ee33f4 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -194,7 +194,7 @@ impl Window { self.scroll_window(dx, dy); } }, - Event::Refresh | Event::Awakened => { + Event::Refresh => { self.event_queue.borrow_mut().push(WindowEvent::Refresh); } _ => {}