~ubuntu-branches/ubuntu/precise/libxpm/precise

« back to all changes in this revision

Viewing changes to src/RdFToP.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
int
41
 
XpmReadFileToPixmap(display, d, filename, pixmap_return,
42
 
                    shapemask_return, attributes)
43
 
    Display *display;
44
 
    Drawable d;
45
 
    char *filename;
46
 
    Pixmap *pixmap_return;
47
 
    Pixmap *shapemask_return;
48
 
    XpmAttributes *attributes;
 
41
XpmReadFileToPixmap(
 
42
    Display             *display,
 
43
    Drawable             d,
 
44
    char                *filename,
 
45
    Pixmap              *pixmap_return,
 
46
    Pixmap              *shapemask_return,
 
47
    XpmAttributes       *attributes)
49
48
{
50
49
    XImage *ximage, *shapeimage;
51
50
    int ErrorStatus;