mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 06:11:30 +11:00
implement get_platform_window() return for X11
This commit is contained in:
parent
8eae6ef79e
commit
1519459471
|
@ -705,7 +705,7 @@ impl Window {
|
|||
}
|
||||
|
||||
pub fn platform_window(&self) -> *mut libc::c_void {
|
||||
unimplemented!()
|
||||
self.x.window as *mut libc::c_void
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue