Re: [ft-devel] Re: [ft-cvs] freetype2 ./ChangeLog docs/CHANGES src/autofit/...

2006-03-20 Thread Behdad Esfahbod
On Mon, 20 Mar 2006, Werner LEMBERG wrote: BTW, we have this line in ftcache.h typedef struct FTC_ManagerRec_* FTC_Manager; but no FTC_ManagerRec definition... That by itself is not necessarily a problem. We have things like that in Pango all the time for declaring abstract

Re: [ft-devel] Re: [ft-cvs] freetype2 ./ChangeLog docs/CHANGES src/autofit/...

2006-03-20 Thread David Turner
Hi Werner, Werner LEMBERG a écrit : ft2demos no longer compiles -- it uses the cache manager... It does now, you caught the code before I commited the changes to ft2demos as well :-) BTW, we have this line in ftcache.h typedef struct FTC_ManagerRec_* FTC_Manager; but no FTC_ManagerRec