diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 12:38:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 12:38:10 +0000 |
commit | c87efef42f76c2ff0dcfad2842ab369beffd21de (patch) | |
tree | 0ded972bd95879c77ed8fae6c84d0657fbdba660 /libX11/src/AllPlanes.c | |
parent | 1dad159fe09ac3a88b21b98544880e5ecc0e8d54 (diff) | |
download | vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.tar.gz vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.tar.bz2 vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.zip |
Added libX11-1.2.2.tar.gz.
Diffstat (limited to 'libX11/src/AllPlanes.c')
-rw-r--r-- | libX11/src/AllPlanes.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libX11/src/AllPlanes.c b/libX11/src/AllPlanes.c index 7e714c0de..9ce9c22ae 100644 --- a/libX11/src/AllPlanes.c +++ b/libX11/src/AllPlanes.c @@ -38,11 +38,11 @@ Status XAllocColorPlanes( Bool contig, unsigned long *pixels, /* LISTofCARD32 */ /* RETURN */ int ncolors, - int nreds, - int ngreens, + int nreds, + int ngreens, int nblues, - unsigned long *rmask, - unsigned long *gmask, + unsigned long *rmask, + unsigned long *gmask, unsigned long *bmask) /* CARD32 */ /* RETURN */ { xAllocColorPlanesReply rep; @@ -74,4 +74,4 @@ Status XAllocColorPlanes( UnlockDisplay(dpy); SyncHandle(); return(status); -} +} |