Skip to content

Commit

Permalink
initialize with NSZeroSize
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex authored Nov 21, 2024
1 parent eec4a92 commit 1a02337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualization_view.m
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ - (void)setupGraphicWindow
// distortion within the window.
- (NSSize)getVirtualMachineSizeInPixels
{
__block NSSize sizeInPixels;
__block NSSize sizeInPixels = NSZeroSize;
#ifdef INCLUDE_TARGET_OSX_14
if (@available(macOS 14.0, *)) {
dispatch_sync(_queue, ^{
Expand Down

0 comments on commit 1a02337

Please sign in to comment.