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
Add a link
Reference in a new issue