summaryrefslogtreecommitdiff
path: root/src/ChWAttrs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChWAttrs.c')
-rw-r--r--src/ChWAttrs.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChWAttrs.c b/src/ChWAttrs.c
index 2c05cf55..ed888156 100644
--- a/src/ChWAttrs.c
+++ b/src/ChWAttrs.c
@@ -24,15 +24,19 @@ 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/ChWAttrs.c,v 1.4 2001/12/14 19:53:57 dawes Exp $ */
#include "Xlibint.h"
+extern void _XProcessWindowAttributes();
+
#define AllMaskBits (CWBackPixmap|CWBackPixel|CWBorderPixmap|\
CWBorderPixel|CWBitGravity|CWWinGravity|\
CWBackingStore|CWBackingPlanes|CWBackingPixel|\
CWOverrideRedirect|CWSaveUnder|CWEventMask|\
CWDontPropagate|CWColormap|CWCursor)
+int
XChangeWindowAttributes (dpy, w, valuemask, attributes)
register Display *dpy;
Window w;
@@ -40,7 +44,6 @@ XChangeWindowAttributes (dpy, w, valuemask, attributes)
XSetWindowAttributes *attributes;
{
register xChangeWindowAttributesReq *req;
- extern void _XProcessWindowAttributes();
LockDisplay(dpy);
GetReq(ChangeWindowAttributes,req);