Werner LEMBERG a écrit :
As a first measure I've completely removed FTC_Node_Destroy which has
been introduced after 2.1.10.
Cool :-)
  Regarding the other exported functions
in src/cache/*.h I believe that the code must look like this:

  #ifdef FT_CONFIG_OPTION_OLD_INTERNALS
    FT_EXPORT( ... )
  #else
    FT_LOCAL( ... )
  #endif

Is my assumption correct?  Or can it be changed unconditionally to
FT_LOCAL, assuming that no rogue client has used those functions?  I
would prefer the latter but...

I don't know of any rogue client that uses the cache internals, so I guess it's OK to change
these to FT_LOCAL at the moment.

Regards,

- David

    Werner


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel



***********************************************************************************
Information contained in this email message is confidential and may be 
privileged, and is intended only for use of the individual or entity named 
above. If the reader of this message is not the intended recipient, or the 
employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited. If you have received this communication 
in error, please immediately notify the [EMAIL PROTECTED] and destroy the 
original message.
***********************************************************************************


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to