Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Sep 2, 2024
1 parent 2202909 commit bbce7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psst-gui/src/controller/playback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl PlaybackController {
#[cfg(target_os = "windows")]
{
match window.raw_window_handle() {
RawWindowHandle::Win32(handle) => Some(handle.hwnd.get() as *mut std::ffi::c_void),
RawWindowHandle::Win32(handle) => Some(handle.hwnd as *mut std::ffi::c_void),
_ => None,
}
}
Expand Down

0 comments on commit bbce7e8

Please sign in to comment.