Skip to content

Commit

Permalink
android and ios
Browse files Browse the repository at this point in the history
  • Loading branch information
Sl-L committed Dec 25, 2024
1 parent f6c3df5 commit 79b41a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/util/fill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ mod platform {
// No-op on mobile platforms.
}

pub fn fill_window_with_color(_window: &dyn winit::window::Window, _color: u32) {
// No-op on mobile platforms.
}

#[allow(dead_code)]
pub fn cleanup_window(_window: &dyn winit::window::Window) {
// No-op on mobile platforms.
Expand Down

0 comments on commit 79b41a0

Please sign in to comment.