mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-24 02:46:33 +11:00
Merge pull request #446 from zmike/xwindow-upstream
implement get_platform_window() return for X11
This commit is contained in:
commit
3279f15f9f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue