(root)/branches/ - Rev 2529
Rev 2528 |
Rev 2530 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 2529 2005-06-19 16:48:43
- Author: craig
- Log message:
- Give util.cpp its own header file and start moving util.cpp users
over to it instead of `extern' definitions.
Also move some of the functions in util.cpp into their own files,
scfontmetrics.{cpp,h}. These functions are used only by a small
subset of util.cpp users, and doing this means we don't have to
pull in the Freetype header files for all util.h users. Several
functions and global variables are also made static since they're
only used in that file.