diff options
Diffstat (limited to 'nx-X11/lib/X11/DestSubs.c')
-rw-r--r-- | nx-X11/lib/X11/DestSubs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/DestSubs.c b/nx-X11/lib/X11/DestSubs.c index b250d5791..7c6c428be 100644 --- a/nx-X11/lib/X11/DestSubs.c +++ b/nx-X11/lib/X11/DestSubs.c @@ -30,9 +30,9 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XDestroySubwindows(dpy, win) -register Display *dpy; -Window win; +XDestroySubwindows( + register Display *dpy, + Window win) { register xResourceReq *req; |