mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Implement ApplicationHandler::can_create|destroy_surfaces() (#3765)
This commit is contained in:
@@ -507,7 +507,7 @@ impl EventLoop {
|
||||
app.new_events(&self.window_target, start_cause);
|
||||
|
||||
if start_cause == StartCause::Init {
|
||||
app.resumed(&self.window_target);
|
||||
app.can_create_surfaces(&self.window_target);
|
||||
}
|
||||
|
||||
// Handle window creates.
|
||||
|
||||
Reference in New Issue
Block a user