~ubuntu-branches/ubuntu/raring/libxfont/raring-updates

« back to all changes in this revision

Viewing changes to src/fontfile/fontdir.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-12-02 11:12:13 UTC
  • mfrom: (1.1.11 upstream) (10.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091202111213-ccoiqxtx3h4rrgxs
Tags: 1:1.4.1-1
* New upstream release.
* Bump xutils-dev build-dep for new util-macros.
* Build documentation, install it in libxfont-dev.
* Enable support for bzip2 compressed bitmap fonts.
* Don't use LDFLAGS from the environment.  Ubuntu sets that to
  -Bsymbolic-functions, which breaks libXfont's weak symbols usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
747
747
        {
748
748
            FontResolutionPtr resolution;
749
749
            int num;
 
750
            int default_point_size = GetDefaultPointSize();
750
751
 
751
752
            extra->defaults.point_matrix[0] =
752
753
                extra->defaults.point_matrix[3] =
753
 
                    (double)GetDefaultPointSize() / 10.0;
 
754
                    (double)default_point_size / 10.0;
754
755
            extra->defaults.point_matrix[1] =
755
756
                extra->defaults.point_matrix[2] = 0.0;
756
757
            extra->defaults.values_supplied =