Skip to content

Commit

Permalink
Update winit_integration.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 29, 2024
1 parent a8ab441 commit d59c505
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/eframe/src/native/winit_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ pub enum EventResult {

RepaintAt(WindowId, Instant),

Exit,
/// Child Viewport Exit
ViewportExit(WindowId),

/// Root Viewport Exit
Exit(WindowId),
}

pub fn system_theme(window: &Window, options: &crate::NativeOptions) -> Option<crate::Theme> {
Expand Down

0 comments on commit d59c505

Please sign in to comment.