mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Merge pull request #253 from lloydac/monitorid_clone
Derive Clone for MonitorId
This commit is contained in:
commit
8e3e60b1c3
|
@ -349,6 +349,7 @@ pub fn get_primary_monitor() -> MonitorId {
|
|||
}
|
||||
|
||||
/// Identifier for a monitor.
|
||||
#[derive(Clone)]
|
||||
pub struct MonitorId(platform::MonitorId);
|
||||
|
||||
impl MonitorId {
|
||||
|
|
Loading…
Reference in a new issue