diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-09-09 17:35:48 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-09-09 17:35:48 +0000 |
commit | 66d5ba15ae22c0b3989e048b36503f99655186dc (patch) | |
tree | 6ad1f67d4372fbafd4e4c1296d7c73e45183328f /java/jdk16 | |
parent | 66064883c2bb693fcb086c7f92fd6ad22a258909 (diff) | |
download | ports-66d5ba15ae22c0b3989e048b36503f99655186dc.tar.gz ports-66d5ba15ae22c0b3989e048b36503f99655186dc.zip |
Notes
Diffstat (limited to 'java/jdk16')
-rw-r--r-- | java/jdk16/files/patch-j2se-ttHints-HintScan.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se-ttHints-HintScan.c b/java/jdk16/files/patch-j2se-ttHints-HintScan.c new file mode 100644 index 000000000000..929eee803136 --- /dev/null +++ b/java/jdk16/files/patch-j2se-ttHints-HintScan.c @@ -0,0 +1,24 @@ +$FreeBSD$ + +--- ../../j2se/src/share/native/sun/font/t2k/ttHints/HintScan.c 21 Jul 2006 17:30:59 -0000 1.1.1.2 ++++ ../../j2se/src/share/native/sun/font/t2k/ttHints/HintScan.c 9 Sep 2007 14:59:12 -0000 +@@ -34,8 +34,6 @@ + + #include "HintScan.h" + +-#include "cpu.h" //for fastint +- + /* copy macros as temporal solution - straightforward including cause compilation issues */ + #define F26Dot6ToFixed(x) ((x) << 10) + #define IntToFixed(a) ((Fixed)(a) << 16) +@@ -208,8 +206,8 @@ + F26Dot6 *v, tv, vmin, vmax, ctr; + F26Dot6 xmin, xmax, ymin, ymax; + tt_int32 n; +- fastInt aPoint, startPoint, endPoint; +- fastInt firstTime = true; ++ short aPoint, startPoint, endPoint; ++ short firstTime = true; + tt_int32 numPts = 0; + + if (t->numberOfContours > 0) { |