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

« back to all changes in this revision

Viewing changes to src/util/format.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Cyril Brulebois, Julien Cristau
  • Date: 2012-03-04 09:24:59 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120304092459-cbu7e0ujz24lslpt
Tags: 1:1.4.5-1
[ Cyril Brulebois ]
* New upstream release.
* Switch to dh:
  - Bump debhelper build-dep and compat.
  - Rewrite debian/rules, using autoreconf and quilt sequences.
  - Adjust build dependencies accordingly.
  - Use build-main and build-udeb as build directories.
  - Adjust .install accordingly.
* Remove xsfbs accordingly.
* Add support for hardened build flags through dpkg-buildflags, based
  on a patch by Moritz Muehlenhoff, thanks! (Closes: #654154).

[ Julien Cristau ]
* Remove David Nusinow from Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * documentation for any purpose is hereby granted without fee, provided that
7
7
 * the above copyright notice appear in all copies and that both that
8
8
 * copyright notice and this permission notice appear in supporting
9
 
 * documentation, and that the names of Network Computing Devices or Digital 
10
 
 * not be used in advertising or publicity pertaining to distribution of the 
11
 
 * software without specific, written prior permission. Network Computing 
12
 
 * Devices and Digital make no representations about the suitability of 
13
 
 * this software for any purpose.  It is provided "as is" without express 
 
9
 * documentation, and that the names of Network Computing Devices or Digital
 
10
 * not be used in advertising or publicity pertaining to distribution of the
 
11
 * software without specific, written prior permission. Network Computing
 
12
 * Devices and Digital make no representations about the suitability of
 
13
 * this software for any purpose.  It is provided "as is" without express
14
14
 * or implied warranty.
15
15
 *
16
16
 * NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH
59
59
#include        <X11/fonts/fontutil.h>
60
60
 
61
61
int
62
 
CheckFSFormat(fsBitmapFormat format, 
63
 
              fsBitmapFormatMask fmask, 
64
 
              int *bit_order, 
65
 
              int *byte_order, 
66
 
              int *scan, 
67
 
              int *glyph, 
 
62
CheckFSFormat(fsBitmapFormat format,
 
63
              fsBitmapFormatMask fmask,
 
64
              int *bit_order,
 
65
              int *byte_order,
 
66
              int *scan,
 
67
              int *glyph,
68
68
              int *image)
69
69
{
70
70
    /* convert format to what the low levels want */