implement get_platform_window() return for X11
This commit is contained in:
parent
8eae6ef79e
commit
1519459471
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ impl Window {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn platform_window(&self) -> *mut libc::c_void {
|
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