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 d2afb94 commit d0b943c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psst-gui/src/controller/playback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ impl PlaybackController {
#[cfg(target_os = "windows")]
{
use druid_shell::raw_window_handle::HasRawWindowHandle;
use raw_window_handle::RawWindowHandle;

match window.raw_window_handle() {
RawWindowHandle::Win32(handle) => Some(handle.hwnd as *mut std::ffi::c_void),
_ => None,
Expand Down

0 comments on commit d0b943c

Please sign in to comment.