Update for Rustc
This commit is contained in:
parent
ebe32bb2d8
commit
4c5e430dd3
12 changed files with 32 additions and 27 deletions
|
|
@ -5,7 +5,7 @@ use std::collections::RingBuf;
|
|||
/// Win32 implementation of the main `MonitorID` object.
|
||||
pub struct MonitorID {
|
||||
/// The system name of the monitor.
|
||||
name: [winapi::WCHAR, ..32],
|
||||
name: [winapi::WCHAR; 32],
|
||||
|
||||
/// Name to give to the user.
|
||||
readable_name: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue