mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
windows: and maybe this fixes the build now!
This commit is contained in:
parent
ba85958a61
commit
3ec1cfba73
@ -721,7 +721,7 @@ impl WindowInner {
|
||||
impl HasDisplayHandle for Window {
|
||||
fn display_handle(&self) -> Result<DisplayHandle, HandleError> {
|
||||
unsafe {
|
||||
Ok(DisplayHandle::from_raw(RawDisplayHandle::Windows(
|
||||
Ok(DisplayHandle::borrow_raw(RawDisplayHandle::Windows(
|
||||
WindowsDisplayHandle::new(),
|
||||
)))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user