mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 18:36:34 +11:00
Derive Clone for MonitorId
This commit is contained in:
parent
4202c35786
commit
24f5b0b591
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ pub fn get_primary_monitor() -> MonitorId {
|
|||
}
|
||||
|
||||
/// Identifier for a monitor.
|
||||
#[derive(Clone)]
|
||||
pub struct MonitorId(platform::MonitorId);
|
||||
|
||||
impl MonitorId {
|
||||
|
|
Loading…
Add table
Reference in a new issue