~ubuntu-branches/ubuntu/trusty/libxpm/trusty

« back to all changes in this revision

Viewing changes to src/CrIFrP.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Timo Aaltonen, Julien Cristau
  • Date: 2009-11-25 19:31:08 UTC
  • mfrom: (1.1.5 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091125193108-53d2v3e83ejqwz5q
Tags: 1:3.5.8-1
[ Timo Aaltonen ]
* New upstream release.
* Bump the build-dep on xutils-dev (>= 1:7.5~1).

[ Julien Cristau ]
* Bump Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "XpmI.h"
39
39
 
40
40
void
41
 
xpmCreateImageFromPixmap(display, pixmap, ximage_return, width, height)
42
 
    Display *display;
43
 
    Pixmap pixmap;
44
 
    XImage **ximage_return;
45
 
    unsigned int *width;
46
 
    unsigned int *height;
 
41
xpmCreateImageFromPixmap(
 
42
    Display              *display,
 
43
    Pixmap                pixmap,
 
44
    XImage              **ximage_return,
 
45
    unsigned int         *width,
 
46
    unsigned int         *height)
47
47
{
48
48
    unsigned int dum;
49
49
    int dummy;