Rename WindowEvent::Refresh to WindowEvent::Redraw

This commit is contained in:
Osspial
2018-07-12 22:13:07 -04:00
parent 529c08555f
commit 64b8a9c6a5
5 changed files with 6 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ impl EventLoop {
// The activity needs to be redrawn.
Some(Event::WindowEvent {
window_id: RootWindowId(WindowId),
event: WindowEvent::Refresh,
event: WindowEvent::Redraw,
})
}
android_glue::Event::Wake => {