Skip to content

Commit

Permalink
fix RECT not implement Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Beng committed Dec 20, 2023
1 parent 667838f commit 49db480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capture/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ unsafe fn get_client_rect_unsafe(hwnd: HWND) -> Result<PixelRect, String> {
break;
}
warn!("GetClientRect failed with {}", GetLastError());
warn!("Rect is {:?}", rect);
// warn!("Rect is {:?}", rect);
sleep(1000);
};

Expand Down

0 comments on commit 49db480

Please sign in to comment.