From a48386ce6b5f8fd2d9dc11a966c9bf5da59f3831 Mon Sep 17 00:00:00 2001 From: Magnus Kessler Date: Tue, 1 May 2007 15:20:08 +0200 Subject: Switched function definitions from K&R to ANSI style. --- src/MapSubs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/MapSubs.c') diff --git a/src/MapSubs.c b/src/MapSubs.c index f3e11ebd..751dd778 100644 --- a/src/MapSubs.c +++ b/src/MapSubs.c @@ -32,9 +32,9 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XMapSubwindows(dpy, win) - register Display *dpy; - Window win; +XMapSubwindows( + register Display *dpy, + Window win) { register xResourceReq *req; LockDisplay(dpy); -- cgit v1.2.1