diff options
Diffstat (limited to 'libX11/src/GetGeom.c')
-rw-r--r-- | libX11/src/GetGeom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/GetGeom.c b/libX11/src/GetGeom.c index 7b44be9f2..aeabc00a5 100644 --- a/libX11/src/GetGeom.c +++ b/libX11/src/GetGeom.c @@ -35,10 +35,10 @@ Status XGetGeometry ( register Display *dpy, Drawable d, Window *root, /* RETURN */ - int *x, + int *x, int *y, /* RETURN */ unsigned int *width, - unsigned int *height, + unsigned int *height, unsigned int *borderWidth, unsigned int *depth) /* RETURN */ { |