Module: wine Branch: master Commit: 6311ccfe9703e819449ba93b4dfe717dcfda1dbe URL: http://source.winehq.org/git/wine.git/?a=commit;h=6311ccfe9703e819449ba93b4d...
Author: Aric Stewart aric@codeweavers.com Date: Wed Jan 4 08:13:38 2012 -0600
usp10: Move CMAP functions to opentype.c.
---
dlls/usp10/Makefile.in | 1 + dlls/usp10/opentype.c | 162 +++++++++++++++++++++++++++++++++++++++++++ dlls/usp10/shape.c | 114 ------------------------------ dlls/usp10/usp10.c | 2 +- dlls/usp10/usp10_internal.h | 2 +- 5 files changed, 165 insertions(+), 116 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6311ccfe9703e819449ba9...