~ubuntu-branches/ubuntu/lucid/libxpm/lucid

« back to all changes in this revision

Viewing changes to src/CrDatFrP.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-11-25 19:31:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091125193108-9b0rcev074121s5m
Tags: upstream-3.5.8
ImportĀ upstreamĀ versionĀ 3.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "XpmI.h"
39
39
 
40
40
int
41
 
XpmCreateDataFromPixmap(display, data_return, pixmap, shapemask, attributes)
42
 
    Display *display;
43
 
    char ***data_return;
44
 
    Pixmap pixmap;
45
 
    Pixmap shapemask;
46
 
    XpmAttributes *attributes;
 
41
XpmCreateDataFromPixmap(
 
42
    Display               *display,
 
43
    char                ***data_return,
 
44
    Pixmap                 pixmap,
 
45
    Pixmap                 shapemask,
 
46
    XpmAttributes         *attributes)
47
47
{
48
48
    XImage *ximage = NULL;
49
49
    XImage *shapeimage = NULL;