Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Sep 2, 2024
1 parent 2680a7a commit d2afb94
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 @@ -128,7 +128,7 @@ impl PlaybackController {
let hwnd = {
#[cfg(target_os = "windows")]
{
use druid_shell::raw_window_handle::RawWindowHandle;
use druid_shell::raw_window_handle::HasRawWindowHandle;
match window.raw_window_handle() {
RawWindowHandle::Win32(handle) => Some(handle.hwnd as *mut std::ffi::c_void),
_ => None,
Expand Down

0 comments on commit d2afb94

Please sign in to comment.