Skip to content

Commit

Permalink
fix SurfaceId on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcodes2020 committed Oct 21, 2024
1 parent b472c10 commit 691dd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::monitor::MonitorHandle as RootMonitorHandle;
use crate::platform::pump_events::PumpStatus;
use crate::window::{
self, CursorGrabMode, CustomCursor, CustomCursorSource, Fullscreen, ImePurpose,
ResizeDirection, Theme, Window as CoreWindow, WindowAttributes, WindowButtons, WindowId,
ResizeDirection, Theme, Window as CoreWindow, WindowAttributes, WindowButtons, SurfaceId,
WindowLevel, Surface as CoreSurface
};

Expand Down

0 comments on commit 691dd76

Please sign in to comment.