1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

ObjCHelpers: Rename makeCGRect from makeNSRect

This commit is contained in:
reuk 2025-01-15 20:01:43 +00:00
parent 90e72dbd98
commit 2d01e326db
No known key found for this signature in database
9 changed files with 23 additions and 20 deletions

View file

@ -94,7 +94,7 @@ private:
{
if (bounds != nullptr)
{
auto nsBounds = makeNSRect (*bounds);
auto nsBounds = makeCGRect (*bounds);
auto mainScreenHeight = []
{