From e166b60e6a13bd78e1d34795f3242fd3e490ee8f Mon Sep 17 00:00:00 2001 From: culler Date: Tue, 23 Jul 2024 16:07:46 +0000 Subject: 25.4 / 72.0 - the last and final word! --- generic/tkObj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkObj.c b/generic/tkObj.c index 596a1cc..a184cc6 100644 --- a/generic/tkObj.c +++ b/generic/tkObj.c @@ -198,7 +198,7 @@ GetPixelsFromObjEx( double d; PixelRep *pixelPtr; static const double bias[] = { - 1.0L, 10.0L, 25.4L, 0.3527777777777777777L /*25.4 / 72.0*/ + 1.0, 10.0, 25.4, 0.35277777777777775 /*25.4 / 72.0*/ }; if (objPtr->typePtr != &pixelObjType) { @@ -549,7 +549,7 @@ Tk_GetMMFromObj( double d; MMRep *mmPtr; static const double bias[] = { - 10.0L, 25.4L, 1.0L, 0.352777777777777777L /*25.4 / 72.0*/ + 10.0, 25.4, 1.0, 0.35277777777777775 /*25.4 / 72.0*/ }; if (objPtr->typePtr != &mmObjType) { -- cgit v0.12