Implement ApplicationHandler::can_create|destroy_surfaces() (#3765)

This commit is contained in:
daxpedda
2024-06-30 00:41:57 +02:00
committed by GitHub
parent a0d69c782a
commit 75ce71f05a
21 changed files with 178 additions and 114 deletions

View File

@@ -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.