We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96d2af commit 604cce6Copy full SHA for 604cce6
src/platform_adapter.rs
@@ -37,7 +37,7 @@ impl Adapter {
37
);
38
#[cfg(target_os = "windows")]
39
let adapter =
40
- SubclassingAdapter::new(HWND(_win.raw_handle() as isize), activation_handler, action_handler);
+ SubclassingAdapter::new(HWND(_win.raw_handle()), activation_handler, action_handler);
41
#[cfg(target_os = "macos")]
42
let adapter = {
43
use std::os::raw;
0 commit comments