Skip to content

Commit

Permalink
Merge pull request #209 from tomaka/switch-win32
Browse files Browse the repository at this point in the history
Switch win32 implementation to new design
  • Loading branch information
tomaka authored Jun 29, 2017
2 parents 05cd9f2 + 61ba6dc commit 51036e6
Show file tree
Hide file tree
Showing 6 changed files with 1,203 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion src/os/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub trait WindowExt {
impl WindowExt for Window {
#[inline]
fn get_hwnd(&self) -> *mut libc::c_void {
self.window.platform_window()
self.window.hwnd() as *mut _
}
}

Expand Down
Loading

0 comments on commit 51036e6

Please sign in to comment.