~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to src/AllPlanes.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-17 16:34:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117163454-gaey3cd32xyavueo
Tags: 2:1.1.99.2-1build1
Fakesync with Debian, all previous Ubuntu changes are included
in the new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    Bool contig,
39
39
    unsigned long *pixels, /* LISTofCARD32 */ /* RETURN */
40
40
    int ncolors,
41
 
    int nreds, 
42
 
    int ngreens, 
 
41
    int nreds,
 
42
    int ngreens,
43
43
    int nblues,
44
 
    unsigned long *rmask, 
45
 
    unsigned long *gmask, 
 
44
    unsigned long *rmask,
 
45
    unsigned long *gmask,
46
46
    unsigned long *bmask) /* CARD32 */ /* RETURN */
47
47
{
48
48
    xAllocColorPlanesReply rep;
74
74
    UnlockDisplay(dpy);
75
75
    SyncHandle();
76
76
    return(status);
77
 
}    
 
77
}