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

« back to all changes in this revision

Viewing changes to src/CrPFrI.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
 
xpmCreatePixmapFromImage(display, d, ximage, pixmap_return)
42
 
    Display *display;
43
 
    Drawable d;
44
 
    XImage *ximage;
45
 
    Pixmap *pixmap_return;
 
41
xpmCreatePixmapFromImage(
 
42
    Display     *display,
 
43
    Drawable     d,
 
44
    XImage      *ximage,
 
45
    Pixmap      *pixmap_return)
46
46
{
47
47
    GC gc;
48
48
    XGCValues values;