changeset 37798:d4b4c850abc0

(xlfd_point_size): Don't divide pixel size from transformation matrix by 10.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 18 May 2001 11:06:40 +0000
parents d0c11ec0421d
children d10de887e52e
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Fri May 18 10:52:51 2001 +0000
+++ b/src/xfaces.c	Fri May 18 11:06:40 2001 +0000
@@ -2148,7 +2148,7 @@
 	  start = end;
 	}
 
-      pixel = matrix[3] / 10.0;
+      pixel = matrix[3];
     }
   else
     pixel = atoi (pixel_field);