mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 18:36:34 +11:00
Merge pull request #253 from lloydac/monitorid_clone
Derive Clone for MonitorId
This commit is contained in:
commit
8e3e60b1c3
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