diff options
Diffstat (limited to 'libX11/src/RepWindow.c')
-rw-r--r-- | libX11/src/RepWindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/RepWindow.c b/libX11/src/RepWindow.c index 89e5a789e..274f790cf 100644 --- a/libX11/src/RepWindow.c +++ b/libX11/src/RepWindow.c @@ -34,9 +34,9 @@ in this Software without prior written authorization from The Open Group. int XReparentWindow( register Display *dpy, - Window w, + Window w, Window p, - int x, + int x, int y) { register xReparentWindowReq *req; |