Merge branch 'master' of ssh://git.ablecorp.us:20/able/vox
This commit is contained in:
commit
c96ff044f0
|
@ -34,7 +34,7 @@ pub fn get_platform_data(window: &Window) -> PlatformData {
|
||||||
pd.nwh = data.ns_window;
|
pd.nwh = data.ns_window;
|
||||||
}
|
}
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
RawWindowHandle::Windows(data) => {
|
RawWindowHandle::Win32(data) => {
|
||||||
pd.nwh = data.hwnd;
|
pd.nwh = data.hwnd;
|
||||||
}
|
}
|
||||||
_ => panic!("Unsupported Window Manager"),
|
_ => panic!("Unsupported Window Manager"),
|
||||||
|
|
Loading…
Reference in a new issue