|
|
@ -115,11 +115,11 @@ public: |
|
|
|
|
|
|
|
|
auto frame = [Window frame]; |
|
|
auto frame = [Window frame]; |
|
|
|
|
|
|
|
|
AvnPoint bottomLeft; |
|
|
AvnPoint topLeft; |
|
|
bottomLeft.X = frame.origin.x; |
|
|
topLeft.X = frame.origin.x; |
|
|
bottomLeft.Y = frame.origin.y + frame.size.height; |
|
|
topLeft.Y = frame.origin.y + frame.size.height; |
|
|
|
|
|
|
|
|
*ret = ConvertPointY(bottomLeft); |
|
|
*ret = ConvertPointY(topLeft); |
|
|
|
|
|
|
|
|
return S_OK; |
|
|
return S_OK; |
|
|
} |
|
|
} |
|
|
|