commit 8b56b87dce759e1acb579fbe2c364236d2a03900
parent 7f3bcf32bbaefaa1cd3031895d130831bbec3727
Author: CNLohr <charles@cnlohr.com>
Date: Sat, 28 Jul 2018 15:07:49 -0400
Merge pull request #51 from Viknet/master
Blurry text on macOS fixed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CNFGCocoaCGDriver.m b/CNFGCocoaCGDriver.m
@@ -326,7 +326,7 @@ void CNFGHandleInput()
void CNFGGetDimensions( short * x, short * y )
{
- frameRect = [app_window frame];
+ frameRect = [[app_window contentView] frame];
CGSize app_imageSize = frameRect.size;
if (app_imageSize.width != app_sw || app_imageSize.height != app_sh)
{