diff options
Diffstat (limited to 'src/ReconfWin.c')
-rw-r--r-- | src/ReconfWin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ReconfWin.c b/src/ReconfWin.c index e1e2fe5..93ae47d 100644 --- a/src/ReconfWin.c +++ b/src/ReconfWin.c @@ -24,12 +24,14 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/ReconfWin.c,v 1.4 2001/12/14 19:54:05 dawes Exp $ */ #include "Xlibint.h" #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\ CWBorderWidth|CWSibling|CWStackMode) +int XConfigureWindow(dpy, w, mask, changes) register Display *dpy; Window w; |