cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 5c15b02476f2496b66878bab5b650f859817ce2a
parent 9e7b717ad682914732a40da40f4f2c7f987ad3aa
Author: Viknet <viknet@icloud.com>
Date:   Sat, 28 Jul 2018 13:51:37 +0300

Blurry text fix

Diffstat:
MCNFGCocoaCGDriver.m | 2+-
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) {