diff options
Diffstat (limited to 'src/win32')
| -rw-r--r-- | src/win32/monitor.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/win32/monitor.rs b/src/win32/monitor.rs index a45c8fb..3e6b79a 100644 --- a/src/win32/monitor.rs +++ b/src/win32/monitor.rs @@ -101,7 +101,7 @@ pub fn get_primary_monitor() -> MonitorID {          }      } -    fail!("Failed to find the primary monitor") +    panic!("Failed to find the primary monitor")  }  impl MonitorID { | 
