aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/Window.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-25 12:38:10 +0000
committermarha <marha@users.sourceforge.net>2009-07-25 12:38:10 +0000
commitc87efef42f76c2ff0dcfad2842ab369beffd21de (patch)
tree0ded972bd95879c77ed8fae6c84d0657fbdba660 /libX11/src/Window.c
parent1dad159fe09ac3a88b21b98544880e5ecc0e8d54 (diff)
downloadvcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.tar.gz
vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.tar.bz2
vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.zip
Added libX11-1.2.2.tar.gz.
Diffstat (limited to 'libX11/src/Window.c')
-rw-r--r--libX11/src/Window.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libX11/src/Window.c b/libX11/src/Window.c
index a40e74875..81996c546 100644
--- a/libX11/src/Window.c
+++ b/libX11/src/Window.c
@@ -43,7 +43,7 @@ void _XProcessWindowAttributes (
if (valuemask & CWBackPixmap)
*value++ = attributes->background_pixmap;
-
+
if (valuemask & CWBackPixel)
*value++ = attributes->background_pixel;
@@ -61,7 +61,7 @@ void _XProcessWindowAttributes (
if (valuemask & CWBackingStore)
*value++ = attributes->backing_store;
-
+
if (valuemask & CWBackingPlanes)
*value++ = attributes->backing_planes;
@@ -102,10 +102,10 @@ void _XProcessWindowAttributes (
Window XCreateWindow(
register Display *dpy,
Window parent,
- int x,
+ int x,
int y,
- unsigned int width,
- unsigned int height,
+ unsigned int width,
+ unsigned int height,
unsigned int borderWidth,
int depth,
unsigned int class,
@@ -133,7 +133,7 @@ Window XCreateWindow(
wid = req->wid = XAllocID(dpy);
valuemask &= AllMaskBits;
if ((req->mask = valuemask))
- _XProcessWindowAttributes (dpy, (xChangeWindowAttributesReq *)req,
+ _XProcessWindowAttributes (dpy, (xChangeWindowAttributesReq *)req,
valuemask, attributes);
UnlockDisplay(dpy);
SyncHandle();