Skip to content

Commit

Permalink
Update native/Avalonia.Native/src/OSX/window.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Dec 22, 2021
1 parent b653060 commit c597c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/Avalonia.Native/src/OSX/window.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2473,6 +2473,7 @@ virtual HRESULT Resize(double x, double y, AvnPlatformResizeReason reason) overr
return S_OK;
}
}

virtual HRESULT SetTopMost (bool value) override
{
START_COM_CALL;
Expand Down

0 comments on commit c597c83

Please sign in to comment.