mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
On Web, never return a MonitorHandle (#3051)
This commit is contained in:
@@ -746,7 +746,7 @@ impl<T> EventLoopWindowTarget<T> {
|
||||
}
|
||||
|
||||
pub fn primary_monitor(&self) -> Option<MonitorHandle> {
|
||||
Some(MonitorHandle)
|
||||
None
|
||||
}
|
||||
|
||||
pub fn raw_display_handle(&self) -> RawDisplayHandle {
|
||||
|
||||
Reference in New Issue
Block a user