Correct window creation on X11
This commit is contained in:
parent
896640f2e0
commit
baf9b92d3f
8 changed files with 297 additions and 213 deletions
|
|
@ -7,6 +7,7 @@ use std::mem;
|
|||
use native_monitor::NativeMonitorId;
|
||||
|
||||
/// Win32 implementation of the main `MonitorID` object.
|
||||
#[derive(Clone)]
|
||||
pub struct MonitorID {
|
||||
/// The system name of the adapter.
|
||||
adapter_name: [winapi::WCHAR; 32],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue