Re: [ft-devel] Two very minor freetype patch suggestions

2007-06-18 Thread Sean McBride
On 2007-06-11 19:41, [EMAIL PROTECTED] said: --- src/base/ftmac.c 2007-06-11 18:34:19.0 +0900 +++ ../ftmac.c2007-06-11 18:28:51.0 +0900 @@ -105,6 +105,10 @@ FSSpec* pathSpec, FT_Long* face_index ) { +

Re: [ft-devel] Two very minor freetype patch suggestions

2007-06-11 Thread mpsuzuki
Dear Sir, On Sat, 2 Jun 2007 01:18:07 +0900 [EMAIL PROTECTED] wrote: Thank you for sending new patches for ftmac.c, I will check them within 1 weeks. Please wait. Sorry for lated reply. I have 2 questions. --- src/base/ftmac.c 2007-06-11 18:34:19.0 +0900 +++ ../ftmac.c 2007-06-11

Re: [ft-devel] Two very minor freetype patch suggestions

2007-06-01 Thread Werner LEMBERG
1) fttypes.h contain a tab char (line 387) could it be changed to spaces? VTK will not allow commits of files with tabs, and freetype seems to prefer spaces also. Fixed. 2) A compiler warning (ftsystem.c:278):

Re: [ft-devel] Two very minor freetype patch suggestions

2007-06-01 Thread Sean McBride
On 2007-06-01 08:49, Werner LEMBERG said: 1) fttypes.h contain a tab char (line 387) could it be changed to spaces? VTK will not allow commits of files with tabs, and freetype seems to prefer spaces also. Fixed. 2) A compiler warning (ftsystem.c:278):

Re: [ft-devel] Two very minor freetype patch suggestions

2007-06-01 Thread mpsuzuki
Dear Sir, Thank you for sending new patches for ftmac.c, I will check them within 1 weeks. Please wait. On Fri, 1 Jun 2007 11:50:53 -0400 Sean McBride [EMAIL PROTECTED] wrote: 2) HLock() and HUnlock() are nop's (and deprecated) on OS X (See MacMemory.h) and as ftmac.c is now OS X-only, they can

[ft-devel] Two very minor freetype patch suggestions

2007-05-31 Thread Sean McBride
Hi freetype devs, It has been an almost year-long journey, but I have finally updated VTK (www.vtk.org) from freetype 2.1.9 to 2.3.4. I'd like to request two very small changes to freetype: 1) fttypes.h contain a tab char (line 387) could it be changed to spaces? VTK will not allow commits of